Skip to content

Commit

Permalink
Apply suggestions from self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 11, 2022
1 parent 79e601b commit 8f36cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -24,7 +24,7 @@ ifneq ("$(BABEL_COVERAGE)", "true")
endif

build-bundle: clean clean-lib
$(NODE) ./scripts/set-module-type.js
./scripts/set-module-type.js
$(YARN) gulp build
$(MAKE) build-flow-typings
$(MAKE) build-dist
Expand All @@ -35,7 +35,7 @@ build-no-bundle-ci: bootstrap-only
$(MAKE) build-dist

build-no-bundle: clean clean-lib
$(NODE) ./scripts/set-module-type.js
./scripts/set-module-type.js
BABEL_ENV=development $(YARN) gulp build-dev
$(MAKE) build-flow-typings
$(MAKE) build-dist
Expand Down

0 comments on commit 8f36cb5

Please sign in to comment.