Browse Source

Add lint to build script

zhixin 7 years ago
parent
commit
98eceffe5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -30,7 +30,7 @@
     "css:build:banner": "find dist -name '*.min.css' -exec headr {} -o {} --version --homepage --author --license \\;",
     "css:build": "run-s css:build:*",
     "clean": "rm -rf dist",
-    "build": "run-s clean *:build"
+    "build": "run-s lint clean *:build"
   },
   "repository": {
     "type": "git",