diff options
| author | Shinigami <[email protected]> | 2024-02-18 22:43:16 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-18 22:43:16 +0100 |
| commit | ec5609b18c79ea9fc8183ae78e917801e6a8a3f4 (patch) | |
| tree | 35999710134991d586ee53d64808e76e351dfa08 /.github/workflows/ci.yml | |
| parent | db88a1518e8d0ccfe191bd48a1ae8641a9a25303 (diff) | |
| download | faker-ec5609b18c79ea9fc8183ae78e917801e6a8a3f4.tar.xz faker-ec5609b18c79ea9fc8183ae78e917801e6a8a3f4.zip | |
chore: convert to esm (#2261)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6524af14..401eceb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,6 +173,9 @@ jobs: env: CYPRESS_INSTALL_BINARY: 0 + - name: Build types + run: pnpm run build:types + - name: Check scripts run: pnpm run ts-check |
