Skip to content

Commit

Permalink
package.json: remove git add cmd from release script
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Jan 24, 2023
1 parent 3029556 commit 81c6541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"scripts": {
"build": "ncc build --source-map src/main.ts",
"watch": "ncc build --source-map --watch src/main.ts",
"release": "ncc build -m src/main.ts && git add -f dist/index.js"
"release": "ncc build -m src/main.ts"
}
}

0 comments on commit 81c6541

Please sign in to comment.