commit | 0180851f1880c4ec0c03408d7d27b50d4e6326e0 | [log] [tgz] |
---|---|---|
author | Skyler <skyler@clicksminuteper.net> | Mon Aug 08 22:00:04 2022 +0100 |
committer | GitHub <noreply@github.com> | Mon Aug 08 22:00:04 2022 +0100 |
tree | 6d717e0a62f1f3f94d0e11a336eb3a93c7c1ea58 | |
parent | 0703d86b95ff6ba3ae95a09703ea393d01199997 [diff] |
Use yarn build rather than bare TSC in CI
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1d6a2e3..600cffb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -19,7 +19,7 @@ - uses: actions/checkout@v3 - run: yarn install --immutable - name: Compile - run: tsc + run: yarn build - name: Run eslint uses: mrdivyansh/eslint-action@v1.0.7 - name: Run prettier