We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c300b2 commit d31756aCopy full SHA for d31756a
scripts/release.js
@@ -61,8 +61,6 @@ async function cliExecutor(logger, state) {
61
}
62
63
await spawn("npm", ["i"]);
64
- await spawn("git", ["add", "./package-lock.json"]);
65
-
66
await spawn("git", ["commit", "-m", `${state.flags.version}`]);
67
await spawn("git", [
68
"tag",
0 commit comments