mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
8312415430
commit
2c6a59638b
16
.github/workflows/build-npm.yaml
vendored
16
.github/workflows/build-npm.yaml
vendored
@ -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:
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user