Skip to content

undo changes to client, will do in future pr #126

undo changes to client, will do in future pr

undo changes to client, will do in future pr #126

Workflow file for this run

name: JS
on: push
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build_js:
strategy:
fail-fast: true
name: Build js package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node deps and founry
uses: ./.github/actions/setup_deps
- name: Build js package
run: |
npx turbo run build
- name: Test js package
run: |
npx turbo run test:js