Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 7, 2023
1 parent ccd1c47 commit c6adf2c
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 @@
"clean": "del-cli build",
"compile": "npm run lint && npm run clean && tsc",
"build": "npm run compile",
"release": "np --message=\"chore(release): %s\"",
"release": "np",
"version": "npm run build",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit c6adf2c

Please sign in to comment.