From 8a05236fea86f0a9214798193c652b1b09674565 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Thu, 13 Nov 2025 22:04:06 +0100 Subject: Updated the CI to match npm --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b220ca..eded231 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,7 @@ -# The Docker image that will be used to build your app image: node:lts create-pages: pages: - publish: public - before_script: - - mkdir public + publish: dist script: - - cp index.html index.css favicon.ico icon.png *.js *.mjs public/ + - npm install + - npm run build \ No newline at end of file -- cgit v1.3.1