Skip to content

Commit

Permalink
ci: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Nov 7, 2024
1 parent e60b1e9 commit 99184cc
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 @@ -32,7 +32,7 @@
"prepublishOnly": "npm run build",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"release": "np",
"release": "release-it",
"version": "npm run build",
"index:commands": "adonis-kit index build/commands",
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/bouncer",
Expand Down

0 comments on commit 99184cc

Please sign in to comment.