Skip to content

Commit

Permalink
Build to static folder instead
Browse files Browse the repository at this point in the history
  • Loading branch information
lukestanley committed Jan 11, 2023
1 parent 05d632c commit 4f9c6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"homepage": "https://virtual-keyboard.js.org/vuejs",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build": "vue-cli-service build --dest static",
"lint": "vue-cli-service lint"
},
"dependencies": {
Expand Down

0 comments on commit 4f9c6f3

Please sign in to comment.