Commit 7182b0e5 authored by ilex0208's avatar ilex0208

*)fix scripts

parent e078303e
module.exports = {
extends: 'eslint-config-ray',
globals: {
location: true,
_AMOS_BUILD_EXECUTE_TIME_: true
},
rules: {
'no-mixed-operators': 0
}
};
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"pako": "^1.0.11" "pako": "^1.0.11"
}, },
"scripts": { "scripts": {
"clean:nm": "rimraf node_modules",
"example": "set NODE_ENV=development && webpack-dev-server --config webpack.config.demo.js", "example": "set NODE_ENV=development && webpack-dev-server --config webpack.config.demo.js",
"build": "ray-build react && ray-build stylescss", "build": "ray-build react && ray-build stylescss",
"assets": "gulp assets", "assets": "gulp assets",
......
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