Skip to content

add firefox build command #32

add firefox build command

add firefox build command #32

Workflow file for this run

name: QA
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build