Skip to content

Commit

Permalink
npm run build now installs always latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS committed Nov 6, 2024
1 parent d0d1081 commit 2b497db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freedata_gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build": "npm i && vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
Expand Down

0 comments on commit 2b497db

Please sign in to comment.