|
@ -27,8 +27,7 @@ |
|
|
"test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js", |
|
|
"test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js", |
|
|
"test-all": "npm run lint && npm run flow && npm run build && npm run test && npm run test-e2e", |
|
|
"test-all": "npm run lint && npm run flow && npm run build && npm run test && npm run test-e2e", |
|
|
"test-e2e": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js e2e", |
|
|
"test-e2e": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js e2e", |
|
|
"test-watch": "npm test -- --watch", |
|
|
"test-watch": "npm test -- --watch" |
|
|
"generate_certs": "concurrently \"chmod +x generate_certs.sh\" \"./generate_certs.sh\"" |
|
|
|
|
|
}, |
|
|
}, |
|
|
"browserslist": "electron 1.6", |
|
|
"browserslist": "electron 1.6", |
|
|
"build": { |
|
|
"build": { |
|
|