Skip to content

Commit

Permalink
Prevent creating release draft on npm run release (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed May 2, 2024
1 parent 14b496c commit 51e498e
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 @@ -22,7 +22,7 @@
"lint:js": "eslint . --ignore-path .gitignore",
"lint:md": "remark . --quiet --frail --ignore-path .gitignore",
"prepare": "husky",
"release": "np",
"release": "np --no-release-draft",
"test": "npm run lint"
},
"lint-staged": {
Expand Down

0 comments on commit 51e498e

Please sign in to comment.