Skip to content

Commit 40ce74f

Browse files
committed
[ts] Fix publish.sh
1 parent 2942a66 commit 40ce74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spine-ts/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ sed -i '' "s/$lastVersion/$newVersion/" spine-webgl/package.json
2424
rm package-lock.json
2525
rm -rf node_modules/@esotericsoftware
2626
npm install --workspaces
27-
# npm publish --access public --workspaces
27+
npm publish --access public --workspaces

0 commit comments

Comments
 (0)