Commit 6a7500d2 authored by wangxuelai's avatar wangxuelai

''

parent bf9d377e
......@@ -7,6 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "set OWNNER_ENV=dev&& webpack-dev-server --progress",
"lint": "eslint --ext .js src",
"precommit": "npm run lint",
"lib": "webpack --config webpackconfig/webpack.dll.config.js --progress",
"test-build": "set OWNNER_ENV=test&& webpack --config webpackconfig/webpack.test.config.js --progress",
"build": "set OWNNER_ENV=pro&& webpack --config webpackconfig/webpack.pro.config.js --progress"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment