summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-11-29 10:14:23 -0800
committerMatthew Miller <matthew@millerti.me>2022-11-29 10:14:23 -0800
commit2b6c4551b43b30fb1232764c014c66a7677fc68d (patch)
treeffb8640ff8f84343e7c875c080f9f3bd62bfde94
parentb3a84abc489377820ccbd7a752b72bb2db4a5487 (diff)
Try to debug iso-webcrypto build failure
-rw-r--r--packages/iso-webcrypto/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/iso-webcrypto/package.json b/packages/iso-webcrypto/package.json
index 6668e15..84e9daf 100644
--- a/packages/iso-webcrypto/package.json
+++ b/packages/iso-webcrypto/package.json
@@ -20,7 +20,7 @@
"access": "public"
},
"scripts": {
- "build": "rimraf dist && tsex compile",
+ "build": "rimraf dist && tsex compile > output.txt; cat output.txt; rm output.txt",
"build:watch": "tsex compile --watch",
"prepublish": "npm run build"
},