Merge pull request #6844 from nicolo-ribaudo/babyon-watch

Add "make watch-babylon" [skip ci]
This commit is contained in:
Sven SAULEAU 2017-11-17 14:16:32 +01:00 committed by GitHub
commit 4552ee9962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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