Skip to content

Dmytro/cdmd 2782 move telemetry service to the dedicated package #664

Dmytro/cdmd 2782 move telemetry service to the dedicated package

Dmytro/cdmd 2782 move telemetry service to the dedicated package #664

Workflow file for this run

name: Build projects
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install modules
uses: pnpm/action-setup@v2
with:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: Build projects
run: pnpm build
env:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: 'YOUR_CLERK_PUBLISHABLE_KEY'
NEXT_PUBLIC_API_URL: 'http://localhost:5173'