Skip to content

clear the .mlogjs before putting the new files #913

clear the .mlogjs before putting the new files

clear the .mlogjs before putting the new files #913

Workflow file for this run

name: ci
on:
push:
branches-ignore: ["ci"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- uses: pnpm/action-setup@v2
- run: pnpm install --frozen-lockfile
- run: pnpm -C compiler clean
- run: pnpm -C compiler/test exec tsc #typecheck tests
- run: pnpm -C compiler coverage