aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-09-14 21:44:33 +0200
committerGitHub <[email protected]>2024-09-14 21:44:33 +0200
commit53ef42cc192996a0e09bba9d5f5f8a70a7932275 (patch)
tree0f1e6f4bf5d9257ac0b7b09d2921b3a53b13d4cc /.github/workflows/ci.yml
parent18ab2c7b3c8fa78c46d4abafc07c3219f41caa46 (diff)
downloadfaker-53ef42cc192996a0e09bba9d5f5f8a70a7932275.tar.xz
faker-53ef42cc192996a0e09bba9d5f5f8a70a7932275.zip
fix: emit cts types (#3093)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
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