From 8ab55f2bc6be51c07798f1b414cbf6f8e8b169c3 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 13 May 2021 19:56:01 +1000 Subject: [PATCH] reset-hard to install examples --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b622915370..3e15605f78 100644 --- a/package.json +++ b/package.json @@ -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": {