Skip to content

Commit 04004aa

Browse files
committed
Generate sourcemaps
1 parent b8f8327 commit 04004aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A pure javascript shim for WASI",
66
"type": "module",
77
"scripts": {
8-
"build": "swc src -d dist && tsc --emitDeclarationOnly",
8+
"build": "swc src -d dist -s true && tsc --emitDeclarationOnly",
99
"prepare": "swc src -d dist && tsc --emitDeclarationOnly",
1010
"test:node": "./test/run-testsuite.sh node",
1111
"test:browser": "playwright-core install && ./test/run-testsuite.sh browser",

0 commit comments

Comments
 (0)