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

chore(ci): prepare package-lock.json for commit on build stage; (#5510)

This commit is contained in:
Dmitriy Mozgovoy
2023-01-31 03:42:29 +02:00
committed by GitHub
parent 4bf50524e2
commit 46a650cf33
+1 -1
View File
@@ -186,7 +186,7 @@
},
"hooks": {
"before:init": "npm test",
"after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version && git add ./dist",
"after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version && git add ./dist && git add ./package-lock.json",
"before:release": "npm run release:changelog:fix",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}