Skip to content

Commit

Permalink
Added 'build' script
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 15, 2024
1 parent a42a5cf commit 59eb29d
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 @@ -28,7 +28,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 59eb29d

Please sign in to comment.