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 7327a03 commit 80e234dCopy full SHA for 80e234d
Makefile
@@ -66,7 +66,7 @@ lint:
66
$(ESLINT) packages
67
68
publish: build
69
- $(LERNA) publish --force-publish --exact
+ $(LERNA) publish --force-publish --exact --otp=${read}
70
71
repl: build
72
$(NODE) $(NODE_OPTS) ./lib/repl
package.json
@@ -37,7 +37,7 @@
37
"glob": "7.1.7",
38
"http-server": "13.0.1",
39
"jest-diff": "24.8.0",
40
- "lerna": "3.13.4",
+ "lerna": "5.1.6",
41
"markdown-to-html": "0.0.13",
42
"mocha": "6.1.4",
43
"performance-now": "2.1.0",
0 commit comments