mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 10:42:09 +00:00
Update node.js.yml
This commit is contained in:
parent
15ccf6716f
commit
3d561b400d
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -30,10 +30,10 @@ jobs:
|
||||
cd ../
|
||||
|
||||
- name: Compile Database
|
||||
run: yarn db:compile
|
||||
run: cd db && yarn && yarn compile && cd ../
|
||||
|
||||
- name: Build
|
||||
run: yarn start && TCGDEX_COMPILER_LANG=fr yarn start
|
||||
run: yarn && yarn start && TCGDEX_COMPILER_LANG=fr yarn start
|
||||
|
||||
- name: Upload
|
||||
run: yarn upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user