Browse Source

Added dev:examples

Harry Hedger 9 years ago
parent
commit
177210957c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -12,7 +12,8 @@
     "build:examples": "examples/buildAll node_modules/.bin/browserify",
     "clean": "rm -rf lib && rm -rf dist",
     "lint": "eslint src/**/*.js",
-    "preview": "npm run watch & npm run server",
+    "dev": "npm run watch & npm run server",
+    "dev:examples": "npm run watch & npm run server",
     "server": "browser-sync start --config bs-config.js",
     "test": "bin/test",
     "test:phantom": "zuul test/spec/upload.js --phantom",