chore: fix ci

main
Jalil Arfaoui 2024-01-03 00:04:42 +01:00
parent 916426d2a7
commit 16b870ce21
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
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:
- yarn install --frozen-lockfile - npm run install --ci
pages: pages:
script: script:
- yarn build - npm run build
artifacts: artifacts:
paths: paths:
# The folder that contains the files to be exposed at the Page URL # The folder that contains the files to be exposed at the Page URL