We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f8327 commit 04004aaCopy full SHA for 04004aa
package.json
@@ -5,7 +5,7 @@
5
"description": "A pure javascript shim for WASI",
6
"type": "module",
7
"scripts": {
8
- "build": "swc src -d dist && tsc --emitDeclarationOnly",
+ "build": "swc src -d dist -s true && tsc --emitDeclarationOnly",
9
"prepare": "swc src -d dist && tsc --emitDeclarationOnly",
10
"test:node": "./test/run-testsuite.sh node",
11
"test:browser": "playwright-core install && ./test/run-testsuite.sh browser",
0 commit comments