Add "make watch-babylon" [skip ci]

This commit is contained in:
Nicolò Ribaudo 2017-11-17 09:46:44 +01:00
parent bb89364813
commit 3c64554716

View File

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