Skip to content

Commit aa62a19

Browse files
committed
chore: update dependencies and modify build command
- Added postcss and supabase dependencies in package.json - Reordered dependencies for clarity - Changed Netlify build command to use nx build for the playground project
1 parent 3710753 commit aa62a19

File tree

3 files changed

+1028
-138
lines changed

3 files changed

+1028
-138
lines changed

examples/playground/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
"next": "15.0.3",
2323
"next-plausible": "^3.12.4",
2424
"next-themes": "^0.4.3",
25+
"postcss": "8.4.49",
2526
"prettier": "^3.3.3",
2627
"react": "19.0.0",
2728
"react-dom": "19.0.0",
28-
"sharp": "0.32.6",
29-
"typescript": "5.8.3"
29+
"supabase": "2.21.1",
30+
"typescript": "5.8.3",
31+
"sharp": "0.32.6"
3032
}
3133
}

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
base = "examples/playground"
3-
command = "pnpm build"
3+
command = "pnpm nx build playground"
44
publish = ".next"
55

66
[[plugins]]

0 commit comments

Comments
 (0)