config: add build script in front of test script inside pre-push script

This commit is contained in:
Xymorot 2019-12-07 00:59:08 +01:00
parent d2b772a899
commit b705fd19a2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
"forge:make": "electron-forge --platform win32 --arch x64 make",
"forge": "npm run build && npm run forge:make",
"precommit": "npm run build && npm run prettier && npm run lint:check && npm run lint && npm run coverage:fast",
"prepush": "npm run coverage"
"prepush": "npm run build && npm run coverage"
},
"dependencies": {
"fs-extra": "^8.1.0",