ソースを参照

Add lint to build script

zhixin 7 年 前
コミット
98eceffe5e
1 ファイル変更1 行追加1 行削除
  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",