Skip to content

Commit

Permalink
Add 'build' script for bun test
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 15, 2024
1 parent 701bfae commit 596c568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"lint": "make lint",
"fix": "make fix",
"tsc": "tsc",
"start": "make start"
"start": "make start",
"build": "make build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 596c568

Please sign in to comment.