Skip to content

Commit 5e34af1

Browse files
committed
lerna: remove unused param
1 parent 5fd2425 commit 5e34af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ lint:
6666
$(ESLINT) packages
6767

6868
publish: build
69-
$(LERNA) publish --force-publish --exact --otp=${read}
69+
$(LERNA) publish --force-publish --exact
7070

7171
repl: build
7272
$(NODE) $(NODE_OPTS) ./lib/repl

0 commit comments

Comments
 (0)