Skip to content

Fix types after rebase #60

Fix types after rebase

Fix types after rebase #60

Workflow file for this run

name: command:dev
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 `extension dev` command
run: yarn test:dev