Skip to content

Commit 70afd7d

Browse files
committed
Simplify
1 parent 5eae93c commit 70afd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"install": "node download_core.js",
1717
"build": "tsc -b && rollup --config",
18-
"build:prod": "build",
18+
"build:prod": "tsc -b --sourceMap false && rollup --config",
1919
"clean": "rm -rf lib dist tsconfig.tsbuildinfo dist",
2020
"watch": "tsc -b -w",
2121
"test": "vitest"

0 commit comments

Comments
 (0)