Skip to content

Commit 5dfb1c4

Browse files
author
flo
committed
chore(lerna): remove lerna as it can`t handle single repositories with root package.json correclty
1 parent 6f31fab commit 5dfb1c4

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

lerna.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"snyk-protect": "snyk protect",
1414
"prepare": "npm run snyk-protect",
1515
"commit": "git-cz",
16-
"bootstrap": "lerna bootstrap",
17-
"release": "lerna version patch --conventional-commits --create-release github --yes"
16+
"bootstrap": "lerna bootstrap"
1817
},
1918
"repository": {
2019
"type": "git",
@@ -51,7 +50,6 @@
5150
"eslint-config-airbnb-base": "14.0.0",
5251
"eslint-plugin-import": "2.18.2",
5352
"jest": "24.9.0",
54-
"lerna": "3.16.4",
5553
"node-env-webpack-plugin": "1.1.0",
5654
"nodemon": "1.19.1",
5755
"nodemon-webpack-plugin": "4.0.8",

0 commit comments

Comments
 (0)