File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ You can also prepare a non-standard release:
173
173
``` bash
174
174
# Or a non-standard release:
175
175
176
- # Build everything
177
- npm run all
176
+ # Reset the repo to the latest commit and build everything
177
+ npm run reset && npm run test && npm run cov:check && npm run doc:html
178
178
179
179
# Then version it with standard-version options. e.g.:
180
180
# don't bump package.json version
Original file line number Diff line number Diff line change 51
51
"version" : " standard-version" ,
52
52
"reset" : " git clean -dfx && git reset --hard && npm i" ,
53
53
"clean" : " trash build test" ,
54
- "all" : " run-s reset test cov:check doc:html" ,
55
- "prepare-release" : " run-s all version doc:publish"
54
+ "prepare-release" : " run-s reset test cov:check doc:html version doc:publish"
56
55
},
57
56
"scripts-info" : {
58
57
"info" : " Display information about the package scripts" ,
You can’t perform that action at this time.
0 commit comments