Skip to content

Update output path of user extension types #38

Update output path of user extension types

Update output path of user extension types #38

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 dev tests (TODO)
# run: yarn test:dev