Skip to content

fix: use --build flag #79

fix: use --build flag

fix: use --build flag #79

Workflow file for this run

name: CI Test Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.14]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: |
yarn install
- name: Build
run: |
yarn build