|
47 | 47 | "docs-install": "cd docs && yarn install", |
48 | 48 | "docs-start": "cd docs && yarn start", |
49 | 49 | "test": "jest --passWithNoTests", |
50 | | - "typecheck": "yarn typecheck:lib && yarn typecheck:example && yarn typecheck:example-web", |
| 50 | + "typecheck": "yarn typecheck:lib && yarn typecheck:example && yarn typecheck:example-web && yarn typecheck:playwright", |
51 | 51 | "typecheck:lib": "tsc -p tsconfig.build.json", |
52 | 52 | "typecheck:example": "tsc -p apps/example/tsconfig.json", |
53 | 53 | "typecheck:example-web": "tsc -p apps/example-web/tsconfig.app.json", |
54 | 54 | "typecheck:docs": "cd docs && yarn typecheck", |
| 55 | + "typecheck:playwright": "tsc -p .playwright/tsconfig.json", |
55 | 56 | "lint": "eslint \"**/*.{js,ts,tsx}\"", |
56 | 57 | "lint:android": "cd apps/example/android && ./gradlew lintVerify", |
57 | 58 | "lint:android:fix": "cd apps/example/android && ./gradlew lintFormat", |
|
124 | 125 | "@react-native/jest-preset": "^0.87.0", |
125 | 126 | "@release-it/conventional-changelog": "^9.0.2", |
126 | 127 | "@types/jest": "^29.5.5", |
| 128 | + "@types/node": "^22.20.2", |
127 | 129 | "@types/react": "^19.2.0", |
128 | 130 | "@types/react-dom": "^19.2.0", |
129 | 131 | "clang-format": "^1.8.0", |
|
0 commit comments