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
6ebad2fc0e
commit
15ccf6716f
5
.github/workflows/node.js.yml
vendored
5
.github/workflows/node.js.yml
vendored
@ -24,7 +24,10 @@ jobs:
|
||||
node-version: '14.x'
|
||||
|
||||
- name: Pull submodules
|
||||
run: git pull --recurse-submodules=yes
|
||||
run: |
|
||||
cd db && git pull
|
||||
cd ../dist && git pull
|
||||
cd ../
|
||||
|
||||
- name: Compile Database
|
||||
run: yarn db:compile
|
||||
|
Loading…
x
Reference in New Issue
Block a user