Fix unplugin icons issues with Storybook #67
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Builder | |
on: | |
push: | |
branches-ignore: | |
- master | |
env: | |
FORCE_COLOR: 3 | |
jobs: | |
build: | |
name: build and test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: '16' | |
- name: Install dependencies | |
run: yarn install --frozen-lockfile | |
- name: Lint source | |
run: yarn lint | |
- name: Build app and generate PDF | |
run: yarn predeploy |