mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
adds hard-reset script (#3501)
This commit is contained in:
parent
5ddd5420b3
commit
3bac68fa97
@ -32,7 +32,8 @@
|
|||||||
"app-package:smoke": "cross-env SMOKE_TEST=true npm run app-package",
|
"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:build": "npm run test:build --prefix packages/insomnia-smoke-test",
|
||||||
"test:smoke:package": "npm run test:package --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": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.10.5",
|
"@babel/cli": "^7.10.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user