Skip to content

Commit

Permalink
[ts] Fix publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jul 5, 2024
1 parent 2942a66 commit 40ce74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-ts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ sed -i '' "s/$lastVersion/$newVersion/" spine-webgl/package.json
rm package-lock.json
rm -rf node_modules/@esotericsoftware
npm install --workspaces
# npm publish --access public --workspaces
npm publish --access public --workspaces

0 comments on commit 40ce74f

Please sign in to comment.