1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

don't open browser automatically

This commit is contained in:
Sérgio Ramos 2016-10-27 10:26:28 +01:00
parent 0835d1c0df
commit 935fad1229

View File

@ -4,7 +4,7 @@
"private": true,
"license": "private",
"scripts": {
"start": "webpack-dev-server --open --config webpack/index.js",
"start": "webpack-dev-server --config webpack/index.js",
"lint": "eslint .",
"test": "BABEL_DISABLE_CACHE=1 NODE_ENV=test CONFIG=$(pwd)/webpack/index.js nyc ava test/*.js --verbose",
"build": "NODE_ENV=production webpack --config webpack/index.js",