Update node.js.yml

This commit is contained in:
2021-04-20 15:42:25 +02:00
committed by GitHub
parent 6ebad2fc0e
commit 15ccf6716f

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