Skip to content

Commit

Permalink
Generate sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Apr 8, 2024
1 parent b8f8327 commit 04004aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A pure javascript shim for WASI",
"type": "module",
"scripts": {
"build": "swc src -d dist && tsc --emitDeclarationOnly",
"build": "swc src -d dist -s true && tsc --emitDeclarationOnly",
"prepare": "swc src -d dist && tsc --emitDeclarationOnly",
"test:node": "./test/run-testsuite.sh node",
"test:browser": "playwright-core install && ./test/run-testsuite.sh browser",
Expand Down

0 comments on commit 04004aa

Please sign in to comment.