Skip to content

chore(ci): add release workflow #45

chore(ci): add release workflow

chore(ci): add release workflow #45

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'yarn'
- name: Install dependencies
run: rm -rf node_modules && yarn install --frozen-lockfile
- name: Build
run: yarn build:chrome