Skip to content

Commit

Permalink
chore: remove electron from lerna (#2544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Mar 9, 2020
1 parent 4fb244d commit 9610570
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"./android/",
"./capacitor-ios/",
"./cli/",
"./core/",
"./electron/"
"./core/"
],
"version": "1.5.0"
}
1 change: 0 additions & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ git add Capacitor.podspec
git add CapacitorCordova.podspec
git add cli/package.json
git add core/package.json
git add electron/package.json
git add android/package.json
git commit -m "Release v$LERNA_VERSION"
git tag $LERNA_VERSION -m $LERNA_VERSION
Expand Down

0 comments on commit 9610570

Please sign in to comment.