We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd83bc commit c71da70Copy full SHA for c71da70
package.json
@@ -5,7 +5,7 @@
5
"main": "./dist/weui.min.js",
6
"scripts": {
7
"start": "webpack-dev-server --config ./build/webpack.example.config.js --content-base dist/example --progress --colors --host 0.0.0.0 --port 8001",
8
- "build": "npm run clean && webpack --config ./build/webpack.example.config.js && node build/build.js",
+ "build": "npm run clean && npm run lint && webpack --config ./build/webpack.example.config.js && node build/build.js",
9
"docs": "node ./build/docs.js",
10
"deploy": "npm run docs && gh-pages -d docs/_book",
11
"lint": "eslint ./src/**/*.js",
0 commit comments