Skip to content
Snippets Groups Projects
Verified Commit d5cff4f3 authored by Kasper Seweryn's avatar Kasper Seweryn 🥞
Browse files

Fix deployment base path

parent 112ef174
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ build_front:
- yarn run i18n-compile
# this is to ensure we don't have any errors in the output,
# cf https://dev.funkwhale.audio/funkwhale/funkwhale/issues/169
- yarn build | tee /dev/stderr | (! grep -i 'ERROR in')
- yarn run build:deployment | tee /dev/stderr | (! grep -i 'ERROR in')
- chmod -R 755 dist
artifacts:
name: "front_${CI_COMMIT_REF_NAME}"
......
......@@ -7,6 +7,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build:deployment": "vite build --base /front",
"serve": "vite preview",
"test:unit": "true",
"lint": "eslint --ext .js,.vue src",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment