Add "make watch-babylon" [skip ci]
This commit is contained in:
parent
bb89364813
commit
3c64554716
4
Makefile
4
Makefile
@ -42,6 +42,10 @@ watch: clean
|
|||||||
make clean-lib
|
make clean-lib
|
||||||
BABEL_ENV=development ./node_modules/.bin/gulp watch
|
BABEL_ENV=development ./node_modules/.bin/gulp watch
|
||||||
|
|
||||||
|
watch-babylon:
|
||||||
|
cd packages/babylon; \
|
||||||
|
./node_modules/.bin/rollup -c -w
|
||||||
|
|
||||||
flow:
|
flow:
|
||||||
./node_modules/.bin/flow check --strip-root
|
./node_modules/.bin/flow check --strip-root
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user