We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ea328 commit 1cf90c6Copy full SHA for 1cf90c6
1 file changed
package.json
@@ -21,7 +21,7 @@
21
],
22
"scripts": {
23
"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",
+ "build": "npm run clean && npm run typecheck && npm run build-version && npm run build-js && npm run build-dist && npm run postbuild-js",
25
"build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
26
"build-js": "tsc",
27
"build-dist": "webpack --progress",
0 commit comments