Skip to content

Commit

Permalink
Update package.json add chromium to install
Browse files Browse the repository at this point in the history
  • Loading branch information
stolinski authored Nov 6, 2024
1 parent fe14fa8 commit 0250dbe
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 @@ -24,7 +24,7 @@
"db:push": "prisma db push",
"db:seed": "prisma db seed",
"i-changed-the-schema": "pnpm run db:push && pnpm run db:generate",
"postinstall": "pnpm db:generate && pnpm exec playwright install",
"postinstall": "pnpm db:generate && pnpm exec playwright install chromium",
"stylelint": "NODE_OPTIONS=--no-deprecation stylelint \"**/*.css\""
},
"devDependencies": {
Expand Down

0 comments on commit 0250dbe

Please sign in to comment.