Skip to content

Commit

Permalink
feat: dev:bun script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yazaldefilimone committed Feb 25, 2024
1 parent 46d333c commit 20fbc4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test:lexer": "vitest ./lexer",
"test": "vitest ",
"dev": "tsx ./src/index.ts",
"dev:bun": "bun ./src/index.ts",
"lint:fix": "tslint --fix --project ./tsconfig.json"
},
"devDependencies": {
Expand Down

0 comments on commit 20fbc4e

Please sign in to comment.