chore: build standalone once in prepublish step (#11777)
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user