Skip to content

Commit

Permalink
chore: 🚀 add prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Jul 27, 2024
1 parent 8f30869 commit 1be92a0
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"description": "🚀 Kickstart your next Node.js package with this pre-configured TypeScript template. Get up and running in minutes!",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"files": ["lib"],
"scripts": {
"build": "rimraf ./lib && tsc",
"prepare": "npm run build",
Expand All @@ -21,19 +19,12 @@
"format": "npx @biomejs/biome format .",
"format:fix": "npx @biomejs/biome format --write .",
"release": "release-it",
"release:pre": "release-it prerelease",
"release:patch": "release-it patch",
"release:minor": "release-it minor",
"release:major": "release-it major"
},
"keywords": [
"typescript",
"template",
"starter",
"nodejs",
"npm",
"package",
"boilerplate"
],
"keywords": ["typescript", "template", "starter", "nodejs", "npm", "package", "boilerplate"],
"author": "lehuygiang28 <lehuygiang28@gmail.com>",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 1be92a0

Please sign in to comment.