chore: build standalone once in prepublish step (#11777)

This commit is contained in:
Huáng Jùnliàng
2020-07-30 12:54:56 -04:00
committed by GitHub
parent 4ce1b70ade
commit 0e4cf1e6a2
2 changed files with 2 additions and 5 deletions

View File

@@ -211,8 +211,8 @@ clone-license:
./scripts/clone-license.sh
prepublish-build: clean-lib clean-runtime-helpers
NODE_ENV=production BABEL_ENV=production $(MAKE) build
$(MAKE) clone-license
NODE_ENV=production BABEL_ENV=production $(MAKE) build-bundle
$(MAKE) prepublish-build-standalone clone-license
prepublish:
$(MAKE) bootstrap-only