Skip to content

Merge pull request #59 from DolbyIO/develop #176

Merge pull request #59 from DolbyIO/develop

Merge pull request #59 from DolbyIO/develop #176

Workflow file for this run

name: Build Package
on:
push:
branches:
- '**'
jobs:
build-package:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Print NPM version 🌎
run: npm --version
- name: Install the dependencies 🔧
run: npm ci
- name: Build the package 🔧
run: npm run build