try
Some checks failed
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test-frontend (push) Failing after 2m21s
CI/CD Pipeline / test-backend (push) Has been cancelled

This commit is contained in:
philipp 2024-01-16 20:00:41 +01:00
parent bc1916ceab
commit 2a025d7519
2 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,7 @@ jobs:
run: ./test_db.sh run: ./test_db.sh
- name: Build - name: Build
run: run:
cd svelte && mkdir build && cd ..
pwd
cargo build cargo build
pwd
cd frontend && npm install && npm run build cd frontend && npm install && npm run build
- name: Install dependencies - name: Install dependencies
run: cd frontend && npm install run: cd frontend && npm install

1
svelte/.gitignore vendored
View File

@ -1,6 +1,5 @@
.DS_Store .DS_Store
node_modules node_modules
/build
/.svelte-kit /.svelte-kit
/package /package
.env .env