Skip to content
Snippets Groups Projects
Commit 6d15490a authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch 'feature/improve-dev-onboarding' into 'develop'

Small Improvements to Frontend Dev Onboarding

See merge request funkwhale/funkwhale!1259
parents 987059d7 28c067f2
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"description": "Funkwhale front-end", "description": "Funkwhale front-end",
"author": "Eliot Berriot <contact@eliotberriot.com>", "author": "Eliot Berriot <contact@eliotberriot.com>",
"scripts": { "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", "build": "scripts/i18n-compile.sh && vue-cli-service build",
"test:unit": "vue-cli-service test:unit", "test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment