Skip to content

Commit b3d62fa

Browse files
fixup! chore: remove Cloudflare related pre-scripts in favour of turbo dependsOn configs
add back `prebuild` script as that is needed for the vercel deployment
1 parent 8f96831 commit b3d62fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@node-core/website",
33
"type": "module",
44
"scripts": {
5+
"prebuild": "pnpm build-blog-data",
56
"build": "cross-env NODE_NO_WARNINGS=1 next build",
67
"check-types": "tsc --noEmit",
78
"deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true NODE_NO_WARNINGS=1 next build",

0 commit comments

Comments
 (0)