File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4040 command : npm install
4141 - run :
4242 name : Semantic Release
43- command : node_modules/.bin/semantic-release pre && node_modules/.bin/semantic-release post
43+ command : node_modules/.bin/semantic-release
4444workflows :
4545 version : 2
4646 build_test_release :
Original file line number Diff line number Diff line change 3030 "lint" : " tslint --project tsconfig.json" ,
3131 "prepare" : " tslint --project tsconfig.json" ,
3232 "prepublishOnly" : " ts-node fuse --build" ,
33- "precommit" : " pretty-quick --staged --no-semi --single-quote" ,
34- "prepush" : " validate-commit-msg && npm run lint"
33+ "precommit" : " npm run lint && pretty-quick --staged --no-semi --single-quote"
3534 },
3635 "devDependencies" : {
3736 "@types/chalk" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments