Skip to content

Commit

Permalink
chore: update workspaces entries (#6805)
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 10, 2023
1 parent bde6569 commit 61d3ab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "capacitor",
"private": true,
"workspaces": [
"./android/",
"./ios/",
"./cli/",
"./core/"
"android",
"ios",
"cli",
"core"
],
"scripts": {
"ci:publish:nightly": "lerna version prerelease --conventional-commits --conventional-prerelease --preid nightly-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --no-push --yes && lerna exec -- npm publish --tag nightly --provenance",
Expand Down

0 comments on commit 61d3ab8

Please sign in to comment.