Skip to content

Commit

Permalink
docs(vercel): add env variable validation log to help debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasaarcoverde committed Nov 1, 2024
1 parent 705729c commit 250b64d
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 292 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "npm run gen:examples && npm run gen:props && next dev",
"build-docs": "echo $VTEX_GITHUB_BOT_TOKEN && npm --prefix ../../ run build && npm run gen:contributors && npm run gen:examples && npm run gen:props && next build",
"build-docs": "npm --prefix ../../ run build && npm run gen:contributors && npm run gen:examples && npm run gen:props && next build",
"start": "next start",
"gen:examples": "node ./scripts/build-examples.mjs",
"gen:props": "node ./scripts/build-props.mjs",
Expand Down
Loading

0 comments on commit 250b64d

Please sign in to comment.