Update .gitlab-ci.yml

This commit is contained in:
2023-06-14 16:02:43 +00:00
parent 66450cb773
commit 5a8a12f007

View File

@@ -2,7 +2,7 @@
image: node:lts
# Functions that should be executed before the build script is run
before_script:
- yarn install --frozen-lockfile --prod
- yarn install --frozen-lockfile
pages:
script:
- yarn build