Skip to content

Build the zip artifact in dist/ instead of dist/[browser] (#120) #44

Build the zip artifact in dist/ instead of dist/[browser] (#120)

Build the zip artifact in dist/ instead of dist/[browser] (#120) #44

Workflow file for this run

name: extension:cli
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` cli without arguments
run: yarn test:cli