Skip to content

Commit

Permalink
Adds build command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Dec 13, 2024
1 parent 76862e2 commit 3034b87
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 @@ -4,7 +4,8 @@
"description": "Realtime sheet music visualization",
"main": "index.js",
"scripts": {
"dev": "vite"
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3034b87

Please sign in to comment.