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 672effe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -188,7 +188,7 @@ prepublish:
$(MAKE) bootstrap-only
$(MAKE) prepublish-build
IS_PUBLISH=true $(MAKE) test
./scripts/set-module-type.js clean
$(NODE) ./scripts/set-module-type.js clean

new-version-checklist:
# @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
Expand Down Expand Up @@ -235,11 +235,11 @@ bootstrap: bootstrap-only
$(MAKE) generate-tsconfig build

use-cjs:
./scripts/set-module-type.js script
$(NODE) ./scripts/set-module-type.js script
$(MAKE) bootstrap

use-esm:
./scripts/set-module-type.js module
$(NODE) ./scripts/set-module-type.js module
$(MAKE) bootstrap

clean-lib:
Expand Down

0 comments on commit 672effe

Please sign in to comment.