Skip to content

Commit 1cf90c6

Browse files
committed
fixed missing npm call in script build
1 parent 71ea328 commit 1cf90c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"scripts": {
2323
"clean": "rm -rf dist src/versionInfo.ts",
24-
"build": "npm run clean && npm run typecheck && run build-version && npm run build-js && npm run build-dist && npm run postbuild-js",
24+
"build": "npm run clean && npm run typecheck && npm run build-version && npm run build-js && npm run build-dist && npm run postbuild-js",
2525
"build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
2626
"build-js": "tsc",
2727
"build-dist": "webpack --progress",

0 commit comments

Comments
 (0)