Skip to content

Commit

Permalink
Add a build command for the vue demo
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Jan 14, 2025
1 parent 2d5b479 commit 138aca2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.0",
"main": "main.ts",
"scripts": {
"serve": "vite"
"serve": "vite",
"build": "vite build"
},
"author": "Craig Harshbarger",
"license": "ISC",
Expand Down

0 comments on commit 138aca2

Please sign in to comment.