Switched to Make commands for frontend ci
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
84d135d5e3
commit
ddd498e92b
4 changed files with 55 additions and 13 deletions
|
|
@ -422,6 +422,11 @@
|
|||
"@vue/compiler-dom" "3.0.11"
|
||||
"@vue/shared" "3.0.11"
|
||||
|
||||
"@vue/devtools-api@^6.0.0-beta.10":
|
||||
version "6.0.0-beta.10"
|
||||
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.10.tgz#f39da7618cee292e39c7274227c34163e30eb3ca"
|
||||
integrity sha512-nktQYRnIFrh4DdXiCBjHnsHOMZXDIVcP9qlm/DMfxmjJMtpMGrSZCOKP8j7kDhObNHyqlicwoGLd+a4hf4x9ww==
|
||||
|
||||
"@vue/reactivity@3.0.11", "@vue/reactivity@^3.0.11":
|
||||
version "3.0.11"
|
||||
resolved "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.0.11.tgz"
|
||||
|
|
@ -3637,10 +3642,12 @@ vue-eslint-parser@^7.6.0:
|
|||
esquery "^1.4.0"
|
||||
lodash "^4.17.15"
|
||||
|
||||
vue-router@^3.5.1:
|
||||
version "3.5.1"
|
||||
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.1.tgz#edf3cf4907952d1e0583e079237220c5ff6eb6c9"
|
||||
integrity sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==
|
||||
vue-router@^4.0.6:
|
||||
version "4.0.8"
|
||||
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.8.tgz#55d4290a3122444edbc91a3cd2492bb1d0cef494"
|
||||
integrity sha512-42mWSQaH7CCBQDspQTHv63f34VEnZC20g9QNK4WJ/zW8SdIUeT6TQ2i/78fjF/pVBUPLBWrGhvB7uDnaz7O/pA==
|
||||
dependencies:
|
||||
"@vue/devtools-api" "^6.0.0-beta.10"
|
||||
|
||||
vue-tsc@^0.1.0:
|
||||
version "0.1.4"
|
||||
|
|
|
|||
Reference in a new issue