mirror of https://github.com/status-im/js-waku.git
reset-hard to install examples
This commit is contained in:
parent
27b08ff8b6
commit
8ab55f2bc6
|
@ -48,7 +48,7 @@
|
||||||
"doc:json": "typedoc src/ --exclude **/*.spec.ts --json build/docs/typedoc.json",
|
"doc:json": "typedoc src/ --exclude **/*.spec.ts --json build/docs/typedoc.json",
|
||||||
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
|
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
|
||||||
"version": "standard-version",
|
"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"
|
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue