Skip to content

feat: MAN-1684 pass org id through sdk when launching from dc #143

feat: MAN-1684 pass org id through sdk when launching from dc

feat: MAN-1684 pass org id through sdk when launching from dc #143

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
registry-url: 'https://npm.pkg.github.com'
- name: npm install, build
run: |
npm ci
npm run build
env:
CI: true