web: cleanup

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-08-15 21:48:18 +02:00
parent c52afe5952
commit 14fb0c3d61
6 changed files with 11 additions and 64 deletions

View File

@ -17,6 +17,7 @@ jobs:
- run: make gen-web
- run: |
cd web/api/
npm run build
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}