1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix(package): remove misleading 'all' script

fix #186
This commit is contained in:
Jason Dreyzehner
2019-07-10 13:33:31 -04:00
parent 54bd4f9532
commit e68e2b4ad3
2 changed files with 3 additions and 4 deletions

View File

@@ -51,8 +51,7 @@
"version": "standard-version",
"reset": "git clean -dfx && git reset --hard && npm i",
"clean": "trash build test",
"all": "run-s reset test cov:check doc:html",
"prepare-release": "run-s all version doc:publish"
"prepare-release": "run-s reset test cov:check doc:html version doc:publish"
},
"scripts-info": {
"info": "Display information about the package scripts",