Small Improvements to Frontend Dev Onboarding

This commit is contained in:
heyarne 2021-01-03 17:44:52 +01:00 committed by Agate
parent 987059d733
commit 28c067f2b6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"description": "Funkwhale front-end",
"author": "Eliot Berriot <contact@eliotberriot.com>",
"scripts": {
"serve": "vue-cli-service serve --port ${VUE_PORT:-8000} --host ${VUE_HOST:-0.0.0.0}",
"serve": "[ ! -d src/translations ] && npm run i18n-compile; vue-cli-service serve --port ${VUE_PORT:-8080} --host ${VUE_HOST:-0.0.0.0}",
"build": "scripts/i18n-compile.sh && vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",