2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +03:00

fix: adding build artifacts

This commit is contained in:
Jay
2025-09-11 20:25:48 +02:00
committed by GitHub
parent 945435fc51
commit 9ec86de257
+1 -1
View File
@@ -211,7 +211,7 @@
}, },
"hooks": { "hooks": {
"before:init": "npm test", "before:init": "npm test",
"after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version && git add ./dist && git add ./package-lock.json", "after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version",
"before:release": "npm run release:changelog:fix", "before:release": "npm run release:changelog:fix",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}." "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
} }