Skip to content

Bump ws from 8.17.0 to 8.17.1 in /packages/run-firefox-addon (#104) #11

Bump ws from 8.17.0 to 8.17.1 in /packages/run-firefox-addon (#104)

Bump ws from 8.17.0 to 8.17.1 in /packages/run-firefox-addon (#104) #11

Workflow file for this run

name: extension:build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run compiler
run: yarn compile
- name: Run `extenion build` command
run: yarn test:build