Skip to content

Commit

Permalink
chore: remove playwright quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
Epoxide committed Jul 15, 2024
1 parent 9a9d0e7 commit 4fb70ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "playwright test --quiet"
"test": "playwright test"
},
"author": {
"name": "Tomas Tannergren",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "playwright test --quiet"
"test": "playwright test"
},
"author": {
"name": "Tomas Tannergren",
Expand Down

0 comments on commit 4fb70ad

Please sign in to comment.