From 21fb956b46a774f0ac8cd2b332fc6bc6b1e041c9 Mon Sep 17 00:00:00 2001 From: octospacc Date: Sun, 9 Mar 2025 01:01:36 +0100 Subject: [PATCH] Fix build --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a086fa..a71f039 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,8 @@ pages: script: | npm install npm run build:lib - node ./SpaccDotWeb.js 'SpaccDotWeb.AppBuildStandalone({ Page: "Example.html" })' + npm run build:examples + #node ./SpaccDotWeb.js 'SpaccDotWeb.AppBuildStandalone({ Page: "Example.html" })' mkdir -p ./public mv ./Build/* ./public artifacts: