fix: dont npm install in bump stage
This commit is contained in:
@@ -45,8 +45,7 @@
|
||||
},
|
||||
"bump": {
|
||||
"before": [
|
||||
"git pull --rebase",
|
||||
"pnpm i"
|
||||
"git pull --rebase"
|
||||
],
|
||||
"after": [
|
||||
"sh ./create-tags.sh"
|
||||
|
||||
Reference in New Issue
Block a user