Skip to content

Commit

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

0 comments on commit c76fc38

Please sign in to comment.