Skip to content

Commit 80e234d

Browse files
committed
upgrade lerna
1 parent 7327a03 commit 80e234d

File tree

3 files changed

+2367
-1909
lines changed

3 files changed

+2367
-1909
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
69+
$(LERNA) publish --force-publish --exact --otp=${read}
7070

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"glob": "7.1.7",
3838
"http-server": "13.0.1",
3939
"jest-diff": "24.8.0",
40-
"lerna": "3.13.4",
40+
"lerna": "5.1.6",
4141
"markdown-to-html": "0.0.13",
4242
"mocha": "6.1.4",
4343
"performance-now": "2.1.0",

0 commit comments

Comments
 (0)