meta: only run build script after linting and format checking pre-commit script

This commit is contained in:
Xymorot 2020-08-05 22:50:45 +02:00
parent 9672c9b5ed
commit ab559371df
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"fix": "npm run lint:fix && npm run prettier:fix",
"forge:make": "electron-forge --platform win32 --arch x64 make",
"forge": "npm audit --production --audit-level=high && npm run build && npm run forge:make",
"precommit": "npm run build && npm run prettier && npm run lint && npm run coverage:fast",
"precommit": "npm run prettier && npm run lint && npm run build && npm run coverage:fast",
"prepush": "npm run build && npm run coverage"
},
"dependencies": {