mirror of
https://github.com/tcgdex/compiler.git
synced 2025-08-03 09:21:59 +00:00
Update node.js.yml
This commit is contained in:
5
.github/workflows/node.js.yml
vendored
5
.github/workflows/node.js.yml
vendored
@@ -24,7 +24,10 @@ jobs:
|
|||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
|
|
||||||
- name: Pull submodules
|
- name: Pull submodules
|
||||||
run: git pull --recurse-submodules=yes
|
run: |
|
||||||
|
cd db && git pull
|
||||||
|
cd ../dist && git pull
|
||||||
|
cd ../
|
||||||
|
|
||||||
- name: Compile Database
|
- name: Compile Database
|
||||||
run: yarn db:compile
|
run: yarn db:compile
|
||||||
|
Reference in New Issue
Block a user