1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-24 01:18:01 +02:00

remove --hot, duplicate hot declarertion

This commit is contained in:
sveisvei 2016-12-13 19:53:07 +01:00
parent 12a7b420ea
commit 66527bf085

View File

@ -22,7 +22,7 @@
"build": "npm run build:assets && npm run build:html",
"build:assets": "NODE_ENV=production webpack -p",
"build:html": "cp public/*.* dist/.",
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --hot --progress --colors --port 3000",
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --progress --colors --port 3000",
"lint": "eslint . --ext=js,jsx",
"test": "echo 'no test'",
"test:ci": "npm run test",