Skip to content

fix. remove root style #32

fix. remove root style

fix. remove root style #32

Workflow file for this run

name: Build Library
on:
push:
paths-ignore:
- README.md
- .gitignore
- .github/**
pull_request:
types:
- opened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build