mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Don't run flow server to check
This commit is contained in:
parent
8790206682
commit
d88e1fc727
@ -15,7 +15,7 @@
|
||||
"test:noisy": "cross-env NODE_ENV=test jest",
|
||||
"test:coverage": "cross-env NODE_ENV=test jest --coverage --silent && open ./coverage/lcov-report/index.html",
|
||||
"test:watch": "cross-env NODE_ENV=test jest --silent --watch",
|
||||
"test:flow": "flow --retries 10",
|
||||
"test:flow": "flow check",
|
||||
"test": "npm run test:flow && npm run test:lint && cross-env NODE_ENV=test jest --silent",
|
||||
"start-hot": "npm run build-main && cross-env HOT=1 INSOMNIA_ENV=development electron app",
|
||||
"build-main": "cross-env NODE_ENV=development webpack --config ./webpack/webpack.config.electron.babel.js",
|
||||
|
Loading…
Reference in New Issue
Block a user