From 3bac68fa97a0983b8e5de28fc61236d1e6e08cce Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Thu, 24 Jun 2021 11:22:19 -0400 Subject: [PATCH] adds hard-reset script (#3501) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 50ffad549..ab5774f4c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "app-package:smoke": "cross-env SMOKE_TEST=true npm run app-package", "test:smoke:build": "npm run test:build --prefix packages/insomnia-smoke-test", "test:smoke:package": "npm run test:package --prefix packages/insomnia-smoke-test", - "test:smoke:cli": "npm run test:cli --prefix packages/insomnia-smoke-test" + "test:smoke:cli": "npm run test:cli --prefix packages/insomnia-smoke-test", + "hard-reset": "npm run clean && npm run bootstrap && npm run app-start" }, "devDependencies": { "@babel/cli": "^7.10.5",