Skip to content

New Inventory Page Dark Theme Support #184

New Inventory Page Dark Theme Support

New Inventory Page Dark Theme Support #184

Workflow file for this run

name: Build
on:
push:
branches:
- main
- master
pull_request:
types:
- opened
- synchronize
branches:
- main
- master
jobs:
build:
runs-on: macOS-latest
strategy:
matrix:
node-version: [16.13]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:dev