changed ci to just install

This commit is contained in:
2024-01-27 22:57:50 +01:00
parent 182f1cdb2f
commit fe9fd54a30

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:
- npx vite build - npx vite build