use node current in dev
This commit is contained in:
6
Makefile
6
Makefile
@@ -16,16 +16,16 @@ build-dist: build
|
||||
|
||||
watch: clean
|
||||
rm -rf packages/*/lib
|
||||
./node_modules/.bin/gulp watch
|
||||
BABEL_ENV=development ./node_modules/.bin/gulp watch
|
||||
|
||||
lint:
|
||||
./node_modules/.bin/eslint scripts packages Gulpfile.js --format=codeframe
|
||||
./node_modules/.bin/eslint scripts packages *.js --format=codeframe
|
||||
|
||||
flow:
|
||||
./node_modules/.bin/flow check
|
||||
|
||||
fix:
|
||||
./node_modules/.bin/eslint scripts packages Gulpfile.js --format=codeframe --fix
|
||||
./node_modules/.bin/eslint scripts packages *.js --format=codeframe --fix
|
||||
|
||||
clean: test-clean
|
||||
rm -rf packages/babel-polyfill/browser*
|
||||
|
||||
Reference in New Issue
Block a user