config: add build script in front of test script inside pre-push script
This commit is contained in:
parent
d2b772a899
commit
b705fd19a2
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue