mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[ts] Do not remove package-lock.json as part of publishing.
This commit is contained in:
parent
594c87c676
commit
7d20025b9f
@ -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-threejs/package.json
|
||||||
sed -i '' "s/$lastVersion/$newVersion/" spine-webgl/package.json
|
sed -i '' "s/$lastVersion/$newVersion/" spine-webgl/package.json
|
||||||
|
|
||||||
rm -rf node_modules
|
# rm -rf node_modules
|
||||||
rm package-lock.json
|
# rm package-lock.json
|
||||||
npm install
|
npm install
|
||||||
npm publish --access public --workspaces
|
npm publish --access public --workspaces
|
||||||
Loading…
x
Reference in New Issue
Block a user