mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
fix: release pr run
This commit is contained in:
+1
-1
@@ -212,7 +212,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",
|
"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}."
|
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user