diff options
author | Matthew Miller <matthew@millerti.me> | 2022-11-29 10:14:23 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-11-29 10:14:23 -0800 |
commit | 2b6c4551b43b30fb1232764c014c66a7677fc68d (patch) | |
tree | ffb8640ff8f84343e7c875c080f9f3bd62bfde94 | |
parent | b3a84abc489377820ccbd7a752b72bb2db4a5487 (diff) |
Try to debug iso-webcrypto build failure
-rw-r--r-- | packages/iso-webcrypto/package.json | 2 |
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" }, |