From a10f0a79356ce8f2c200709265e7bc397cc1093a Mon Sep 17 00:00:00 2001 From: Suwijak Chaipipat Date: Tue, 9 Aug 2016 02:10:12 +0700 Subject: [PATCH] Fix examples watch command (#233) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc6193457..8b56d8fcb 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "test:server": "mocha --compilers js:babel-core/register --reporter spec ./test/server.js", "watch": "npm-run-all --parallel --print-label watch:dist watch:examples start", "watch:dist": "babel --watch --out-dir ./dist ./lib", - "watch:examples": "watchify --debug --transform babelify ./examples/index.js > ./examples/build.dev.js" + "watch:examples": "watchify --debug --transform babelify ./examples/index.js -o ./examples/build.dev.js" }, "browserify-global-shim": { "immutable": "Immutable",