File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 99 },
1010 "confirm": true,
1111 "publishTag": "latest --access public",
12- "prePublishScript": "npm test" ,
12+ "prePublishScript": false ,
1313 "postPublishScript": false
1414}
Original file line number Diff line number Diff line change 99 "karma" : " karma start --single-run" ,
1010 "autoformat" : " prettier --config .prettierrc --write {src,test}/**/*.ts" ,
1111 "tslint-check" : " tslint-config-prettier-check ./tslint.json" ,
12- "clean-up" : " rm -rf coverage && rm -rf lib" ,
13- "prepublish" : " tsc -d && publish-please guard" ,
14- "publish-please" : " npm run autoformat && npm run clean-up && publish-please"
12+ "clean-up" : " rm -rf .nyc_output && rm -rf coverage && rm -rf lib" ,
13+ "prepare" : " npm run clean-up && tsc -d" ,
14+ "prepublishOnly" : " publish-please guard" ,
15+ "publish-please" : " npm run autoformat && npm run clean-up && npm run test && publish-please"
1516 },
1617 "nyc" : {
1718 "include" : [
You can’t perform that action at this time.
0 commit comments