From 04004aa6223b2e7ad122f8ab4157d0f91ae15d96 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:19:15 +0200 Subject: [PATCH] Generate sourcemaps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index decdc92..709875c 100644 --- a/package.json +++ b/package.json @@ -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",