From fe9fd54a305b7afaa2cd36ce890b54ef1597a5fa Mon Sep 17 00:00:00 2001 From: quirinecker Date: Sat, 27 Jan 2024 22:57:50 +0100 Subject: [PATCH] changed ci to just install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ed844f..f7a5a70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: node:lts # Functions that should be executed before the build script is run before_script: - - npm ci + - npm install pages: script: - npx vite build