web: build. api in different folder

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-08-23 09:49:09 +02:00
parent b74681f22c
commit 450d69a1a4
5 changed files with 15 additions and 11 deletions

View File

@ -16,8 +16,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: make gen-web
- run: |
cd web/api/
npm run build
cd web-api/
npm i
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}