mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 08:03:58 +00:00
fix
This commit is contained in:
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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user