Skip to content

chore(client): fix build #4

chore(client): fix build

chore(client): fix build #4

Workflow file for this run

name: Publish @tg-app/validate-service-client package
on:
push:
tags:
- client/v[0-9]+.[0-9]+.[0-9]+
jobs:
push_to_registry:
name: Build and publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 21.5.0
- run: yarn rebuild
- run: yarn config set npmScopes.tg-app.npmAuthToken ${{ secrets.NPM_TOKEN }}
- run: yarn workspace @tg-app/types build
- run: yarn workspace @tg-app/validate-service-client build
- run: yarn workspace @tg-app/validate-service-client npm publish