try to fix CI

This commit is contained in:
isUnknown 2024-11-22 17:41:41 +01:00
parent 1f7a3defab
commit f658527492

View file

@ -5,11 +5,11 @@ build and deploy:
stage: build and deploy stage: build and deploy
only: only:
- main - main
image: node:18 image: node:latest
before_script: before_script:
- apt-get update -qq && apt-get install -y -qq lftp - apt-get update -qq && apt-get install -y -qq lftp
script: script:
- npm ci - npm install
- npm run build - npm run build
- | - |
cd dist cd dist