Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype committed Apr 19, 2024
1 parent cee07c5 commit f3419f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/publish-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ npx turbo run build lint typecheck test \
--filter=@audius/sdk \
--filter=@audius/spl \

npx changeset publish
npm run changeset publish
2 changes: 1 addition & 1 deletion scripts/version-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

echo "Updating package versions..."
npx changeset version
npm run changeset version

# Update package-lock.json
echo "Updating package-lock.json..."
Expand Down

0 comments on commit f3419f2

Please sign in to comment.