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() {
29
29
30
30
# Run the deploy build and increment the package versions
31
31
# %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 ]"
33
33
}
34
34
35
35
upload_files () {
Original file line number Diff line number Diff line change 84
84
"start" : " npm install && npm run build && npm --prefix ./sample run start" ,
85
85
"build" : " npm run lint && tsc" ,
86
86
"test" : " node scripts/test.js --env=jsdom" ,
87
- "prepublishOnly" : " npm run clean && npm install && npm run build" ,
87
+ "prepublishOnly" : " npm install && npm run build" ,
88
88
"version" : " npm run build && git add ." ,
89
89
"postversion" : " git push && git push --tags"
90
90
},
You can’t perform that action at this time.
0 commit comments