kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch 'feature/improve-dev-onboarding' into 'develop'
Small Improvements to Frontend Dev Onboarding See merge request funkwhale/funkwhale!1259environments/review-docs-devel-1399dq/deployments/6607
commit
6d15490acd
|
@ -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",
|
||||
|
|
Ładowanie…
Reference in New Issue