File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "validations": {
3+ "vulnerableDependencies": false,
4+ "uncommittedChanges": true,
5+ "untrackedFiles": true,
6+ "sensitiveData": true,
7+ "branch": "master",
8+ "gitTag": true
9+ },
10+ "confirm": true,
11+ "publishCommand": "npm publish",
12+ "publishTag": "latest",
13+ "prePublishScript": "npm run publish-please-prereqs",
14+ "postPublishScript": false
15+ }
Original file line number Diff line number Diff line change 3636 "lint-demo" : " tsc -p ./demo/tsconfig.json; eslint . --ext .js,.ts --parser-options=project:./demo/tsconfig.json" ,
3737 "lint-tests" : " tsc -p ./tsconfig.test.json; eslint . --ext .js,.ts --parser-options=project:./tsconfig.test.json" ,
3838 "precommit" : " pretty-quick --staged" ,
39+ "prepublish" : " npx publish-please guard" ,
40+ "publish-please" : " npx publish-please" ,
41+ "publish-please-prereqs" : " npm run lint && npm run test && npm run build" ,
3942 "test" : " jest --coverage" ,
4043 "travisci" : " npm run lint && npm run test && codecov && npx snyk test"
4144 },
You can’t perform that action at this time.
0 commit comments