Skip to content

Add noEmit to all tsconfig.json files in templates #54

Add noEmit to all tsconfig.json files in templates

Add noEmit to all tsconfig.json files in templates #54

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