Skip to content

Add optional dep

Add optional dep #24

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: npm install
- name: Run compiler
run: npm run compile
- name: Run `extenion` cli without arguments
run: npm run test:cli