Skip to content

Fix icon name so it shows up appropriately #42

Fix icon name so it shows up appropriately

Fix icon name so it shows up appropriately #42

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Validate PR builds successfully.
on:
pull_request:
branches: [main, experimental]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js environment
uses: actions/setup-node@v2.5.1
with:
node-version: 16.x
- name: install yarn
run: npm i -g yarn
- name: run yarn
run: yarn
- name: build release
run: yarn build:prod
env:
FLAVOR: pr-test