Skip to content

Commit b5116a9

Browse files
committed
Update package.json
1 parent 538d7a3 commit b5116a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lint": "next lint",
1010
"format": "prettier --write \"**/*.{js,ts,tsx,json}\"",
1111
"playwright": "npx playwright test",
12+
"playwright:ui": "npx playwright test --ui",
1213
"playwright:debug": "npx playwright test --debug",
1314
"playwright:codegen": "playwright codegen",
1415
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"

0 commit comments

Comments
 (0)