diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be5496da..a5463975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: CYPRESS_INSTALL_BINARY: 0 - name: Build types - run: pnpm run build:types + run: pnpm run build - name: Check scripts run: pnpm run ts-check |
