Skip to content

Fix web_accessible_resources not working during dev #59

Fix web_accessible_resources not working during dev

Fix web_accessible_resources not working during dev #59

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