fix - build pro NPM

This commit is contained in:
SPRINX0\prochazka
2024-12-03 17:39:50 +01:00
parent 5cd951a9c1
commit 6f4e1e07f7

View File

@@ -68,6 +68,12 @@ jobs:
cd dbgate-merged
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
- name: Remove dbmodel - should be not published
run: |
cd ..
cd dbgate-merged
rm -rf packages/dbmodel
- name: yarn install
run: |
cd ..