From 3c645547164f541fe78bdc67b0006c1c8aeecfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Fri, 17 Nov 2017 09:46:44 +0100 Subject: [PATCH] Add "make watch-babylon" [skip ci] --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d9aeed0ee8..1e6aaf6e01 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,10 @@ watch: clean make clean-lib BABEL_ENV=development ./node_modules/.bin/gulp watch +watch-babylon: + cd packages/babylon; \ + ./node_modules/.bin/rollup -c -w + flow: ./node_modules/.bin/flow check --strip-root