This commit is contained in:
Jan Prochazka 2021-02-08 17:26:27 +01:00
parent 8312415430
commit 2c6a59638b
2 changed files with 16 additions and 1 deletions

View File

@ -71,7 +71,21 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: | run: |
npm publish npm publish
- name: Publish datalib
working-directory: packages/datalib
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm publish
- name: Publish filterparser
working-directory: packages/filterparser
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm publish
- name: Publish web - name: Publish web
working-directory: packages/web working-directory: packages/web
env: env:

View File

@ -7,6 +7,7 @@
"url": "https://github.com/dbshell/dbgate.git" "url": "https://github.com/dbshell/dbgate.git"
}, },
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur", "funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"description": "Opensource database administration tool - web interface",
"author": "Jan Prochazka", "author": "Jan Prochazka",
"license": "MIT", "license": "MIT",
"bin": { "bin": {