Update file .gitlab-ci.yml

This commit is contained in:
2025-11-13 05:51:48 +00:00
parent c72eca92f1
commit f1a149dd34

View File

@@ -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."