now building with the correct mode

This commit is contained in:
2024-02-12 12:54:42 +01:00
parent 20e7448bd4
commit 8bd6938706

View File

@@ -5,7 +5,7 @@ before_script:
- npm install
pages:
script:
- npx vite build
- npx vite build --mode prod
- mv dist/* public
artifacts:
paths: