Skip to content

Commit 7f1a569

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 7f1a569

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/site/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
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",
9+
"predev": "pnpm build-blog-data",
810
"dev": "cross-env NODE_NO_WARNINGS=1 next dev",
911
"lint": "turbo run lint:md lint:js lint:css",
1012
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache",

0 commit comments

Comments
 (0)