config: add build script to pre-commit script to test for typescript errors
This commit is contained in:
parent
69f06b2e0c
commit
423df953fb
|
@ -29,7 +29,7 @@
|
|||
"forge:start": "electron-forge start",
|
||||
"forge:make": "electron-forge --platform win32 --arch x64 make",
|
||||
"forge": "npm run build && npm run forge:make",
|
||||
"precommit": "npm run prettier && npm run eslint:check && npm run tslint:check && npm run lint && npm run coverage:fast",
|
||||
"precommit": "npm run build && npm run prettier && npm run eslint:check && npm run tslint:check && npm run lint && npm run coverage:fast",
|
||||
"prepush": "npm run coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue