meta: only run build script after linting and format checking pre-commit script
This commit is contained in:
parent
9672c9b5ed
commit
ab559371df
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue