Skip to content

Added a link to the main cms-saas readme #15

Added a link to the main cms-saas readme

Added a link to the main cms-saas readme #15

Workflow file for this run

name: Build
on:
workflow_dispatch:
workflow_call:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.9
uses: actions/setup-node@v3
with:
node-version: 20.9
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
cmd: build