Skip to content

Commit d31756a

Browse files
committed
chore(release): don't try to commit package-lock.json
1 parent 1c300b2 commit d31756a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/release.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ async function cliExecutor(logger, state) {
6161
}
6262

6363
await spawn("npm", ["i"]);
64-
await spawn("git", ["add", "./package-lock.json"]);
65-
6664
await spawn("git", ["commit", "-m", `${state.flags.version}`]);
6765
await spawn("git", [
6866
"tag",

0 commit comments

Comments
 (0)