Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-autorotate
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman authored Nov 26, 2023
2 parents 9ff8ed6 + 4cb4c33 commit 831f153
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 @@ -27,7 +27,7 @@
"scripts": {
"bootstrap": "npm run bootstrap:project && npm run bootstrap:playwright",
"bootstrap:project": "corepack enable && pnpm i --frozen-lockfile",
"bootstrap:playwright": "pnpx playwright install-deps chromium && pnpx playwright install chromium",
"bootstrap:playwright": "pnpm exec playwright install chromium",
"build": "tsup",
"dev": "pnpm -r --stream run start",
"dx": "npm run bootstrap && pnpm exec husky install && pnpm run prepare",
Expand Down

0 comments on commit 831f153

Please sign in to comment.