Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix release CI (#4013)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype authored Sep 4, 2023
1 parent 60943ec commit 361d369
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
${CHANGELOG}"
npm i --ignore-scripts
npm version patch -ws -m "${MESSAGE}"
npm version patch -ws --include-workspace-root -m "${MESSAGE}"
- run:
name: Create release branch
command: |
Expand Down
3 changes: 3 additions & 0 deletions .circleci/src/commands/@mobile-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ mobile-prepare-ios:
echo export SENTRY_BINARY=/usr/local/bin/sentry-cli >> "$BASH_ENV"
- restore_cache:
key: pods-{{ checksum "packages/mobile/ios/Podfile.lock" }}
- run:
name: Symlink react-native
command: ln -s $PWD/node_modules/react-native $PWD/packages/mobile/node_modules/react-native
- run:
name: install pods
command: |
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "root",
"private": true,
"version": "1.5.39",
"workspaces": [
"packages/*"
],
Expand Down
1 change: 0 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
},
"dependencies": {
"@audius/sdk": "3.0.8-beta.3",
"@audius/stems": "1.5.39",
"@coinbase/cbpay-js": "1.2.0",
"@craco/craco": "7.0.0-alpha.3",
"@fingerprintjs/fingerprintjs-pro": "3.5.6",
Expand Down

0 comments on commit 361d369

Please sign in to comment.