Skip to content

Commit

Permalink
Test with explicit project setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackuq committed Sep 17, 2023
1 parent 025251e commit ee3e57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "pnpm tsc"
"typecheck": "pnpm tsc -p ./tsconfig.json"
},
"dependencies": {
"next": "13.4.19",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start",
"build": "next build",
"postbuild": "next-sitemap",
"typecheck": "tsc",
"typecheck": "tsc -p ./tsconfig.json",
"lint": "next lint"
},
"repository": {
Expand Down

0 comments on commit ee3e57f

Please sign in to comment.