Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

fix(package): add base.css to the files field #6

fix(package): add base.css to the files field

fix(package): add base.css to the files field #6

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node Active LTS
uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'npm'
- name: Install Deps
run: npm ci
- name: Build
run: |
npm run build