Skip to content

Commit

Permalink
Install playwright deps
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Feb 3, 2025
1 parent 59258fe commit e4cca18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Playwright init
run: |
pnpm playwright-init
pnpm -r playwright-init
- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "pnpm --filter='@webstudio-is/builder' dev",
"lint": "eslint \"**/*.{ts,tsx}\" --max-warnings 0",
"checks": "pnpm -r test && pnpm -r typecheck && pnpm lint",
"playwright-init": "pnpm -r playwright-init",
"playwright": "pnpm -r playwright-init",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"storybook:dev": "storybook dev -p 6006",
"storybook:build": "storybook build",
Expand Down

0 comments on commit e4cca18

Please sign in to comment.