Browse Source

Met `npm run preview` and `npm run watch` play nice together. Fixes #13

Kevin van Zonneveld 9 years ago
parent
commit
17fb3f6d53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -11,7 +11,7 @@
     "watch:js": "watchify js/lib/transloadit-js-client.js -do build/transloadit-js-client.js",
     "watch:css": "nodemon -e scss -x \"npm run build:css\"",
     "test": "echo \"Error: no test specified\" && exit 1",
-    "preview": "npm run build & http-server ./build -d -o "
+    "preview": "npm run watch & http-server ./build -d -o "
   },
   "repository": {
     "type": "git",