1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 06:01:24 +02:00

Fix examples watch command (#233)

This commit is contained in:
Suwijak Chaipipat
2016-08-09 02:10:12 +07:00
committed by Ian Storm Taylor
parent 2ea7f38fe3
commit a10f0a7935

View File

@@ -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",