Skip to content

Commit

Permalink
Add sdk:update-hotfix (#3875)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers committed Aug 12, 2023
1 parent a25fd19 commit a740243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"stems": "cd packages/stems && npm run start",
"SDK========================================": "",
"sdk:update": "lerna exec -- npm-check-updates @audius/sdk -u --target @beta && rm -rf packages/*/node_modules/@audius/sdk && npm i",
"sdk:update-hotfix": "lerna exec -- npm-check-updates @audius/sdk -u --target @hotfix && rm -rf packages/*/node_modules/@audius/sdk && npm i",
"sdk:link": "./scripts/link-sdk.sh",
"verify": "lerna run --scope=audius-client --scope audius-mobile-client verify"
},
Expand Down

0 comments on commit a740243

Please sign in to comment.