Skip to content

Commit

Permalink
fix: env variables (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Jan 10, 2024
1 parent e51a9c2 commit ab2eebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"build": "gatsby build",
"clean": "gatsby clean",
"serve": "gatsby serve",
"build-vercel": "PLAYWRIGHT_BROWSERS_PATH=.cache/playwright (yarn playwright install chromium && yarn build)",
"build-vercel": "PLAYWRIGHT_BROWSERS_PATH=.cache/playwright yarn build-vercel:inner",
"build-vercel:inner": "yarn playwright install chromium && yarn build",
"format": "npm run format:content",
"format:code": "prettier -w 'src/**/*.{js,md,vue}'",
"format:content": "prettier -w 'content/**/*.md'",
Expand Down

0 comments on commit ab2eebf

Please sign in to comment.