diff options
| author | Shinigami <[email protected]> | 2024-09-14 21:44:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-14 21:44:33 +0200 |
| commit | 53ef42cc192996a0e09bba9d5f5f8a70a7932275 (patch) | |
| tree | 0f1e6f4bf5d9257ac0b7b09d2921b3a53b13d4cc /.github/workflows | |
| parent | 18ab2c7b3c8fa78c46d4abafc07c3219f41caa46 (diff) | |
| download | faker-53ef42cc192996a0e09bba9d5f5f8a70a7932275.tar.xz faker-53ef42cc192996a0e09bba9d5f5f8a70a7932275.zip | |
fix: emit cts types (#3093)
Diffstat (limited to '.github/workflows')
| -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 |
