Skip to content

Build

Build #135

Workflow file for this run

name: Build
on:
# NOTE: Runs on branch to tag creation.
create:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container: node:latest
steps:
- uses: thaibault/install-npm-package-dependencies-action@main
- name: Build package contents
run: yarn build