Skip to content

Commit

Permalink
chore: Add electron to lerna (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Apr 3, 2020
1 parent a8d9591 commit 21fb8f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"./android/",
"./capacitor-ios/",
"./cli/",
"./core/"
"./core/",
"./electron/"
],
"version": "1.5.0"
}
1 change: 1 addition & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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 21fb8f2

Please sign in to comment.