Skip to content

Commit

Permalink
fix: Add dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
Eltik committed Jan 17, 2025
1 parent b6cc72c commit 3f83daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "bun src/test.ts",
"prettier": "bunx prettier --write .",
"eslint": "bunx eslint --fix .",
"dev": "bun src/index.ts",
"lint": "bun run prettier && bun run eslint"
},
"dependencies": {
Expand Down

0 comments on commit 3f83daf

Please sign in to comment.