File tree Expand file tree Collapse file tree 4 files changed +5
-203
lines changed
Expand file tree Collapse file tree 4 files changed +5
-203
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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:*" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments