File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 33 "vulnerableDependencies": true,
44 "uncommittedChanges": true,
55 "untrackedFiles": true,
6- "sensitiveData": {
7- "ignore": []
8- },
6+ "sensitiveData": true,
97 "branch": "master",
108 "gitTag": true
119 },
1210 "confirm": true,
13- "publishTag": "latest",
14- "prePublishScript": "npm test"
15- }
11+ "publishTag": "--access public",
12+ "prePublishScript": "npm test && npm run autoformat && npm run clean-up && npm run build",
13+ "postPublishScript": false
14+ }
Original file line number Diff line number Diff line change 1010 "autoformat" : " tsfmt -r" ,
1111 "prepublish" : " tsc -d && publish-please guard" ,
1212 "clean-up" : " rm -rf coverage && rm -rf lib" ,
13- "publish-please" : " npm run autoformat && npm run clean-up && npm run build && publish-please" ,
13+ "publish-please" : " publish-please" ,
1414 "build" : " webpack --env.production"
1515 },
1616 "repository" : {
You can’t perform that action at this time.
0 commit comments