try
Some checks failed
Some checks failed
This commit is contained in:
parent
bc1916ceab
commit
2a025d7519
@ -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
1
svelte/.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
/build
|
|
||||||
/.svelte-kit
|
/.svelte-kit
|
||||||
/package
|
/package
|
||||||
.env
|
.env
|
||||||
|
Loading…
Reference in New Issue
Block a user