Merge ErrorsStore into UiStore
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build:analyze": "NODE_ENV=production webpack --config webpack.config.prod.js --json > stats.json",
|
||||
"build": "npm run clean && npm run build:webpack",
|
||||
"start": "NODE_ENV=production node index.js",
|
||||
"dev": "NODE_ENV=development nodemon --watch server index.js",
|
||||
"dev": "NODE_ENV=development node index.js",
|
||||
"lint": "npm run lint:flow && npm run lint:js",
|
||||
"lint:js": "eslint app server",
|
||||
"lint:flow": "flow",
|
||||
|
||||
Reference in New Issue
Block a user