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:
committed by
Ian Storm Taylor
parent
2ea7f38fe3
commit
a10f0a7935
@@ -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",
|
||||
|
Reference in New Issue
Block a user