Update node.js.yml

This commit is contained in:
Florian Bouillon 2021-04-20 15:42:25 +02:00 committed by GitHub
parent 6ebad2fc0e
commit 15ccf6716f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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