We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd2425 commit 5e34af1Copy full SHA for 5e34af1
Makefile
@@ -66,7 +66,7 @@ lint:
66
$(ESLINT) packages
67
68
publish: build
69
- $(LERNA) publish --force-publish --exact --otp=${read}
+ $(LERNA) publish --force-publish --exact
70
71
repl: build
72
$(NODE) $(NODE_OPTS) ./lib/repl
0 commit comments