Skip to content

Commit

Permalink
chore(package.json): 📦 update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberboyanmol committed Aug 24, 2024
1 parent f7d4da8 commit 9808fe1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 16 additions & 0 deletions changelog.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default () => ({
types: {
feat: { title: '🚀 Enhancements', semver: 'minor' },
perf: { title: '🔥 Performance', semver: 'patch' },
fix: { title: '🩹 Fixes', semver: 'patch' },
examples: { title: '🏀 Examples' },
docs: { title: '📖 Documentation', semver: 'patch' },
types: { title: '🌊 Types', semver: 'patch' },
refactor: false,
build: false,
chore: false,
test: false,
style: false,
ci: false
}
})
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"lint:fix": "bun run lint --fix",
"test": "vitest run",
"test:ui": "vitest --ui",
"deploy": "vercel deploy --prod",
"release": "bun run test && bun run changelogen --release --push",
"postinstall": "npx simple-git-hooks"
},
"simple-git-hooks": {
Expand Down Expand Up @@ -67,6 +69,7 @@
"@typescript-eslint/parser": "^8.2.0",
"@vitest/ui": "^2.0.5",
"bun-types": "^1.1.25",
"changelogen": "^0.5.5",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down

0 comments on commit 9808fe1

Please sign in to comment.