ソースを参照

Update watch script

Steven Silvester 9 年 前
コミット
7a64f76290
1 ファイル変更1 行追加1 行削除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -61,7 +61,7 @@
     "test:ie": "karma start --browsers=IE test/karma.conf.js",
     "test:debug": "karma start --browsers=Chrome --singleRun=false --debug=true test/karma.conf.js",
     "test": "npm run test:firefox",
-    "watch:example": "watch 'npm run build && npm run build:example' src --wait 10",
+    "watch:examples": "watch 'npm run build && npm run build:examples' src --wait 10",
     "watch": "watch 'npm run build' src"
   },
   "repository": {