reset-hard to install examples

This commit is contained in:
Franck Royer 2021-05-13 19:56:01 +10:00
parent 27b08ff8b6
commit 8ab55f2bc6
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
"doc:json": "typedoc src/ --exclude **/*.spec.ts --json build/docs/typedoc.json",
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
"version": "standard-version",
"reset-hard": "git clean -dfx && git reset --hard && npm i",
"reset-hard": "git clean -dfx && git reset --hard && npm i && npm run build && for d in examples/*; do (cd $d; npm i); done",
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish"
},
"engines": {