try
Some checks failed
Some checks failed
This commit is contained in:
parent
7aef741c6f
commit
bc1916ceab
@ -22,7 +22,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run:
|
run:
|
||||||
cd svelte && mkdir build && cd ..
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user