diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index b6c2b18..fe2d292 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -30,6 +30,9 @@ build_nginx: run_nginx: stop_nginx build_nginx docker compose up nginx -d -bbb: +npm_clean: + npm cache clean --force + +bbb: git npm_clean cd bbvue && npm run build diff --git a/serv_nginx/bbvue/src/views/Profile.vue b/serv_nginx/bbvue/src/views/Profile.vue index 97e2254..0f337cd 100644 --- a/serv_nginx/bbvue/src/views/Profile.vue +++ b/serv_nginx/bbvue/src/views/Profile.vue @@ -10,7 +10,7 @@