Skip to content

Commit

Permalink
1,571st Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Oct 9, 2024
1 parent 8a8e287 commit 8f2386e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable pnpm
RUN corepack use pnpm@9

RUN pnpm dlx playwright install --with-deps
RUN pnpm playwright install --with-deps
3 changes: 2 additions & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"private": true,
"type": "module",
"scripts": {
"e2e": "playwright test"
"e2e": "playwright test",
"playwright": "playwright"
},
"devDependencies": {
"@playwright/test": "1.47.2",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "eslint app/src ui/src",
"check": "pnpm -C app check && pnpm -C ui check",
"test": "pnpm -C app test",
"e2e": "pnpm -C e2e e2e"
"e2e": "pnpm -C e2e e2e",
"playwright": "pnpm -C e2e playwright"
},
"devDependencies": {
"eslint": "9.11.0",
Expand Down

0 comments on commit 8f2386e

Please sign in to comment.