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

Fix/release scripts (#5376)

* fix(scripts): fix version bump script;
This commit is contained in:
Dmitriy Mozgovoy
2022-12-15 00:56:04 +02:00
committed by GitHub
parent 7a2f901f42
commit 38865e3205
+1 -1
View File
@@ -169,7 +169,7 @@
},
"hooks": {
"before:init": "npm test",
"after:bump": "npm run build",
"after:bump": "gulp version && npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
},