chore: fix ci

main
Jalil Arfaoui 2024-01-03 00:48:24 +01:00
parent 5b87e39063
commit ab876dc468
1 changed files with 1 additions and 1 deletions

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 run install --ci - npm install --ci
pages: pages:
script: script:
- npm run build - npm run build