Skip to content

Commit

Permalink
chore: use release-it command for publishing the package
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 28, 2024
1 parent 5e88d6f commit 1c66e95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"precompile": "npm run lint && npm run clean",
"compile": "tsup-node && tsc --emitDeclarationOnly --declaration",
"build": "npm run compile",
"release": "np",
"release": "release-it",
"version": "npm run build",
"prepublishOnly": "npm run build",
"quick:test": "node --import=ts-node-maintained/register/esm --enable-source-maps bin/test.ts"
Expand All @@ -44,6 +44,7 @@
"@adonisjs/tsconfig": "^1.4.0",
"@japa/assert": "^3.0.0",
"@japa/runner": "^3.1.4",
"@release-it/conventional-changelog": "^9.0.3",
"@swc/core": "^1.9.3",
"@types/node": "^22.10.1",
"acorn": "^8.14.0",
Expand All @@ -53,8 +54,8 @@
"del-cli": "^6.0.0",
"eslint": "^9.15.0",
"js-beautify": "^1.15.1",
"np": "^10.1.0",
"prettier": "^3.4.1",
"release-it": "^17.10.0",
"tinybench": "^3.0.6",
"ts-node-maintained": "^10.9.4",
"tsup": "^8.3.5",
Expand Down

0 comments on commit 1c66e95

Please sign in to comment.