Skip to content

Commit b580b36

Browse files
authored
fix(lerna): fixes how lerna was configured for publishing (#273)
1 parent 0424ca6 commit b580b36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.5.1",
3-
"version": "3.2.0",
3+
"version": "independent",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"registry": "https://registry.npmjs.org/"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"posttest": "npm run run-examples",
1313
"lint": "standard --verbose | snazzy",
1414
"contributors:add": "all-contributors add",
15-
"publish": "yarn run lint && jest --coverage && lerna publish --conventional-commits --independent",
15+
"publish": "yarn run lint && jest --coverage && lerna publish --conventional-commits",
1616
"watch": "jest --watchAll --coverage",
1717
"run-examples": "scripts/run-examples.js"
1818
},

0 commit comments

Comments
 (0)