build add eslint

This commit is contained in:
cookfront 2017-02-10 16:53:17 +08:00
parent 29fb1c5845
commit 5f37f3ee54

View File

@ -12,7 +12,7 @@
"scripts": {
"bootstrap": "npm i --registry=http://registry.npm.qima-inc.com",
"build:file": "node build/bin/build-entry.js",
"build": "npm run clean && npm run build:file && npm run concat:dev && npm run concat:prod",
"build": "npm run clean && npm run lint && npm run build:file && npm run concat:dev && npm run concat:prod",
"dev": "npm run bootstrap && npm run build:file",
"builddocs": "webpack --progress --hide-modules --config build/webpack.config.js && set NODE_ENV=production webpack --progress --hide-modules --config build/webpack.config.js",
"docs": "npm run dev && webpack-dev-server --inline --hot --config build/webpack.config.js",