From f1a149dd340ecc76d2f6c1139c51363710ad8396 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Thu, 13 Nov 2025 05:51:48 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dbede0..a0d741c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,5 +26,6 @@ build: # This job runs in the build stage, which runs first. before_script: script: - echo "Compiling the code..." + - npm install - npm run build - echo "Compile complete." \ No newline at end of file