Skip to content

Commit 4b175da

Browse files
committed
fixed scripts
1 parent c7bacfb commit 4b175da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"clean": "rm -rf dist dist-dev src/versionInfo.ts",
1515
"build": "npm run clean && npm run build-version && npm run build-js && npm run postbuild-js",
1616
"build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
17+
"build-form": "(cd src/schedule/ && make)",
1718
"build-js": "npm run build-form && tsc",
1819
"postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map",
1920
"build-dev": "webpack --progress --mode=development",

0 commit comments

Comments
 (0)