mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +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-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
|
||||
Loading…
x
Reference in New Issue
Block a user