Skip to content

Commit 5da760e

Browse files
committed
upgrade rslib; playwright tweak
1 parent 9065657 commit 5da760e

File tree

4 files changed

+5
-203
lines changed

4 files changed

+5
-203
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
113113
# 14. Run Playwright tests
114114
- name: Run Playwright tests
115-
run: pnpm --filter idb-cache-app test -- --project=${{ matrix.browser }}
115+
run: pnpm --filter idb-cache-app test:e2e -- --project=${{ matrix.browser }}

packages/idb-cache-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "rsbuild dev --open",
77
"build": "rsbuild build",
88
"preview": "rsbuild preview",
9-
"test": "playwright test"
9+
"test:e2e": "playwright test"
1010
},
1111
"dependencies": {
1212
"@instructure/idb-cache": "workspace:*",

packages/idb-cache/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@
2828
"test": "vitest",
2929
"prepublish": "rslib build && cp ../../README.md ."
3030
},
31-
"peerDependencies": {
32-
"@rslib/core": "^0.0.15"
33-
},
3431
"devDependencies": {
35-
"@rslib/core": "^0.0.15",
32+
"@rslib/core": "^@rslib/core",
3633
"@types/node": "^22.15.3",
3734
"idb": "^8.0.2",
3835
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)