Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 4cd05c4

Browse files
committed
Build node lib in npm run build.
1 parent 108ed5f commit 4cd05c4

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
@@ -14,7 +14,7 @@
1414
"test": "test"
1515
},
1616
"scripts": {
17-
"build": "rm -rf dist; NODE_ENV=production webpack --mode=production --progress && npm run build:types",
17+
"build": "rm -rf dist; NODE_ENV=production webpack --mode=production --progress && npm run build-node && npm run build:types",
1818
"build-node": "tsc --incremental --project ./tsconfig.node.json",
1919
"watch-node": "tsc --incremental --watch --project ./tsconfig.node.json",
2020
"build:types": "tsc --incremental --emitDeclarationOnly",

0 commit comments

Comments
 (0)