Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ceeb59d

Browse files
Fix TS on CI
1 parent bcd1b97 commit ceeb59d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.github/workflows/continuous-integration.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
cache: 'pnpm'
1414
- run: pnpm install
1515
- run: pnpm run test
16+
- run: pnpm run typecheck
1617
# FIXME: To be reactivated
1718
# - run: pnpm run lint
18-
- run: pnpm run tsc --noEmit
1919
# - run: pnpm run smoke cjs 19.0.0
2020
# - run: pnpm run smoke esm 19.0.0
2121
# - run: pnpm run smoke cjs latest

‎package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"prettier:fix": "prettier --write \"**/*.{ts,tsx,js,json}\"",
1818
"test": "vitest",
1919
"release": "./release.sh",
20-
"smoke": "node tests/smoke/run"
20+
"smoke": "node tests/smoke/run",
21+
"typecheck": "tsc --noEmit"
2122
},
2223
"author": {
2324
"name": "Algolia, Inc.",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /