changed clean install to just install

This commit is contained in:
2024-02-22 17:00:02 +01:00
parent 362c285e9d
commit db0a357524

View File

@@ -2,7 +2,7 @@
image: node:lts image: node:lts
# Functions that should be executed before the build script is run # Functions that should be executed before the build script is run
before_script: before_script:
- npm ci - npm install
pages: pages:
script: script:
- vite build - vite build