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:
parent
12a7b420ea
commit
66527bf085
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user