fix: dont npm install in bump stage

This commit is contained in:
Innei
2021-09-25 17:04:53 +08:00
parent 2b4a1eead9
commit f2b7786bca

View File

@@ -45,8 +45,7 @@
},
"bump": {
"before": [
"git pull --rebase",
"pnpm i"
"git pull --rebase"
],
"after": [
"sh ./create-tags.sh"