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 5eae93c commit 70afd7dCopy full SHA for 70afd7d
packages/node/package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"install": "node download_core.js",
17
"build": "tsc -b && rollup --config",
18
- "build:prod": "build",
+ "build:prod": "tsc -b --sourceMap false && rollup --config",
19
"clean": "rm -rf lib dist tsconfig.tsbuildinfo dist",
20
"watch": "tsc -b -w",
21
"test": "vitest"
0 commit comments