Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 11, 2024
1 parent 0cfb6a9 commit 39b0805
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"scripts": {
"build": "unbuild",
"typecheck": "tsc --noEmit",
"lint": "nr build && cd ./fixtures && eslint ./src"
"lint": "bun run build && cd ./fixtures && bunx eslint ./src",
"changelog": "bunx changelogen --output CHANGELOG.md",
"prepublishOnly": "bun run build",
"release": "bun run changelog && bunx bumpp package.json --all"
},
"dependencies": {
"@typescript-eslint/utils": "^8.8.1",
Expand All @@ -48,6 +51,8 @@
"devDependencies": {
"@types/bun": "^1.1.11",
"@types/node": "^22.7.5",
"bumpp": "^9.7.1",
"changelogen": "^0.5.7",
"unbuild": "2.0.0",
"eslint-vitest-rule-tester": "^0.6.1",
"vitest": "^2.1.2",
Expand Down

0 comments on commit 39b0805

Please sign in to comment.