Skip to content

Commit

Permalink
lerna: remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Jul 2, 2022
1 parent 5fd2425 commit 5e34af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lint:
$(ESLINT) packages

publish: build
$(LERNA) publish --force-publish --exact --otp=${read}
$(LERNA) publish --force-publish --exact

repl: build
$(NODE) $(NODE_OPTS) ./lib/repl
Expand Down

0 comments on commit 5e34af1

Please sign in to comment.