[ts] Do not remove package-lock.json as part of publishing.

This commit is contained in:
Mario Zechner 2023-01-27 19:45:38 +01:00
parent 594c87c676
commit 7d20025b9f

View File

@ -19,7 +19,7 @@ sed -i '' "s/$lastVersion/$newVersion/" spine-player/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-threejs/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-webgl/package.json
rm -rf node_modules
rm package-lock.json
# rm -rf node_modules
# rm package-lock.json
npm install
npm publish --access public --workspaces