mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 06:31:28 +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",
|
"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": "npm-run-all --parallel --print-label watch:dist watch:examples start",
|
||||||
"watch:dist": "babel --watch --out-dir ./dist ./lib",
|
"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": {
|
"browserify-global-shim": {
|
||||||
"immutable": "Immutable",
|
"immutable": "Immutable",
|
||||||
|
Reference in New Issue
Block a user