mirror of https://github.com/DJ2LS/FreeDATA.git
npm run build now installs always latest dependencies
parent
d0d10817bc
commit
2b497dbc4c
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue