Skip to content

Add optional dep

Add optional dep #24

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: npm install
- name: Run compiler
run: npm run compile
- name: Run `extenion build` command
run: npm run test:build