File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ make_version() {
2929
3030 # Run the deploy build and increment the package versions
3131 # %s is the placeholder for the created tag
32- npm version patch -m " chore: release version %s [skip ci ]"
32+ npm version patch -m " chore: release version %s [ci skip ]"
3333}
3434
3535upload_files () {
Original file line number Diff line number Diff line change 8484 "start" : " npm install && npm run build && npm --prefix ./sample run start" ,
8585 "build" : " npm run lint && tsc" ,
8686 "test" : " node scripts/test.js --env=jsdom" ,
87- "prepublishOnly" : " npm run clean && npm install && npm run build" ,
87+ "prepublishOnly" : " npm install && npm run build" ,
8888 "version" : " npm run build && git add ." ,
8989 "postversion" : " git push && git push --tags"
9090 },
You can’t perform that action at this time.
0 commit comments