Run build-no-bundle in the watcher to get right files. (#7530)

This commit is contained in:
Logan Smyth 2018-03-08 13:48:32 -08:00 committed by GitHub
parent 24a07fc790
commit 4b6c7ac0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ watch: clean
# Ensure that build artifacts for types are created during local # Ensure that build artifacts for types are created during local
# development too. # development too.
BABEL_ENV=development ./node_modules/.bin/gulp build BABEL_ENV=development ./node_modules/.bin/gulp build-no-bundle
node ./packages/babel-types/scripts/generateTypeHelpers.js node ./packages/babel-types/scripts/generateTypeHelpers.js
node scripts/generators/flow.js > ./packages/babel-types/lib/index.js.flow node scripts/generators/flow.js > ./packages/babel-types/lib/index.js.flow
BABEL_ENV=development ./node_modules/.bin/gulp watch BABEL_ENV=development ./node_modules/.bin/gulp watch