From ec2afd8a5ebd240b89e55e2116fef1a23603970f Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Thu, 4 Jul 2024 23:29:22 +0200
Subject: [PATCH] deleted   - cp -a dist/. public/

---
 .gitlab-ci.yml | 2 +-
 tsconfig.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33cc780e..90fae9df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ pages:
     - yarn install --frozen-lockfile
   script:
     - yarn build
-    - cp -a dist/. public/
+  
     
   artifacts:
     paths:
diff --git a/tsconfig.json b/tsconfig.json
index 9a1334d1..f220dfa5 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -20,7 +20,7 @@
       "noUnusedParameters": true,
       "noFallthroughCasesInSwitch": true
     },
-    "include": ["src", "src/contents/mapscript.js"]
+    "include": ["src"]
   }
   
   
\ No newline at end of file
-- 
GitLab