Skip to content

Commit

Permalink
fix prepublish-build (#10530)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Oct 9, 2019
1 parent 34937f1 commit 3ad4c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -179,7 +179,7 @@ clone-license:
./scripts/clone-license.sh

prepublish-build: clean-lib clean-runtime-helpers
NODE_ENV=production BABEL_ENV=production $(MAKE) build-dist
NODE_ENV=production BABEL_ENV=production $(MAKE) build
$(MAKE) clone-license

prepublish:
Expand Down

0 comments on commit 3ad4c70

Please sign in to comment.