adds hard-reset script (#3501)

This commit is contained in:
Dimitri Mitropoulos 2021-06-24 11:22:19 -04:00 committed by GitHub
parent 5ddd5420b3
commit 3bac68fa97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",