From 2a025d7519788de30729dba8b37024abdd995431 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 16 Jan 2024 20:00:41 +0100 Subject: [PATCH] try --- .gitea/workflows/action.yml | 3 --- svelte/.gitignore | 1 - 2 files changed, 4 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index bfddc09..6fa4dab 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -21,10 +21,7 @@ jobs: run: ./test_db.sh - name: Build run: - cd svelte && mkdir build && cd .. - pwd cargo build - pwd cd frontend && npm install && npm run build - name: Install dependencies run: cd frontend && npm install diff --git a/svelte/.gitignore b/svelte/.gitignore index 8f6c617..9280939 100644 --- a/svelte/.gitignore +++ b/svelte/.gitignore @@ -1,6 +1,5 @@ .DS_Store node_modules -/build /.svelte-kit /package .env