mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 14:46:01 +00:00
fix - build pro NPM
This commit is contained in:
6
.github/workflows/build-npm-pro.yaml
vendored
6
.github/workflows/build-npm-pro.yaml
vendored
@@ -68,6 +68,12 @@ jobs:
|
|||||||
cd dbgate-merged
|
cd dbgate-merged
|
||||||
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
|
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
|
- name: yarn install
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user