Skip to content

Commit

Permalink
adds hard-reset script (#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos authored Jun 24, 2021
1 parent 5ddd542 commit 3bac68f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3bac68f

Please sign in to comment.