2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

fix: release pr run

This commit is contained in:
Jason Saayman
2025-09-11 20:44:16 +02:00
parent a2edc3606a
commit fd7f404488
+1 -1
View File
@@ -212,7 +212,7 @@
"hooks": {
"before:init": "npm test",
"after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version",
"before:release": "npm run release:changelog:fix && git add ./dist && git add ./package-lock.json",
"before:release": "npm run release:changelog:fix && git add ./package-lock.json",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
},