Skip to content

Commit 39fbd12

Browse files
committed
chore: remove Playwright installation
1 parent 479ef8a commit 39fbd12

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,5 @@ jobs:
3737
with:
3838
run_install: true
3939

40-
- name: Install Playwright
41-
run: pnpm exec playwright install chromium
42-
4340
- name: Run Test
4441
run: pnpm run test

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"build": "pnpm --filter './packages/**' build",
99
"check:format": "oxfmt . --check",
1010
"check:spell": "pnpm dlx cspell",
11-
"dev": "pnpm --filter './packages/**' dev",
1211
"format": "oxfmt .",
1312
"lint": "rslint --type-check",
1413
"prepare": "husky",

0 commit comments

Comments
 (0)