We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bacfb commit 4b175daCopy full SHA for 4b175da
1 file changed
package.json
@@ -14,6 +14,7 @@
14
"clean": "rm -rf dist dist-dev src/versionInfo.ts",
15
"build": "npm run clean && npm run build-version && npm run build-js && npm run postbuild-js",
16
"build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
17
+ "build-form": "(cd src/schedule/ && make)",
18
"build-js": "npm run build-form && tsc",
19
"postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map",
20
"build-dev": "webpack --progress --mode=development",
0 commit comments