build scripts

This commit is contained in:
SPRINX0\prochazka
2024-11-13 16:10:05 +01:00
parent 5ccdd7633b
commit 9cc4af2b56
10 changed files with 34 additions and 101 deletions

View File

@@ -54,6 +54,12 @@ jobs:
node sync.js --nowatch
cd ..
- name: yarn adjustPackageJson
run: |
cd ..
cd dbgate-merged
yarn adjustPackageJson
- name: yarn install
run: |
cd ..