Skip to content

Commit

Permalink
fix: run prepare manually
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Dec 18, 2024
1 parent 030b986 commit 8db0b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sideEffects": false,
"type": "module",
"scripts": {
"build": "NODE_ENV=production react-router build",
"build": "NODE_ENV=production react-router build && node vercel/prepare.js",
"dev": "react-router dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "NODE_ENV=production react-router-serve ./build/server/index.js",
Expand Down

0 comments on commit 8db0b0f

Please sign in to comment.