npm run build now installs always latest dependencies

pull/845/head
DJ2LS 2024-11-06 10:29:17 +01:00
parent d0d10817bc
commit 2b497dbc4c
1 changed files with 1 additions and 1 deletions

View File

@ -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": {