Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Mar 30, 2024
1 parent 2cafb6a commit c70940d
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 @@ -30,7 +30,7 @@
"precompile": "npm run lint && npm run clean",
"compile": "tsup-node && tsc --emitDeclarationOnly --declaration",
"build": "npm run compile",
"release": "np",
"release": "npx release-it",
"version": "npm run build",
"format": "prettier --write .",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit c70940d

Please sign in to comment.