Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Nov 8, 2023
1 parent ebced18 commit 9d56e3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cypress:run": "TZ=UTC cypress run --headless --browser chrome",
"format": "prettier --write .",
"lint-staged": "lint-staged",
"typecheck": "tsc"
"typecheck": "tsc --project tsconfig.json"
},
"dependencies": {
"@floating-ui/react-dom": "^1.3.0",
Expand Down Expand Up @@ -52,7 +52,8 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
"tailwindcss": "^3.3.2",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.0.0",
Expand Down
11 changes: 7 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d56e3c

Please sign in to comment.