Skip to content

Commit

Permalink
chore(package.json): Update project name and playwright scripts
Browse files Browse the repository at this point in the history
- Remove 'bunx' from playwright scripts
  • Loading branch information
ZaikoXander committed Feb 4, 2024
1 parent 5ce1dca commit 03ac310
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hora-de-silencio-interrompido",
"name": "hour-of-interrupted-silence",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -9,10 +9,10 @@
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write '**/*.{ts,tsx}'",
"pw": "bunx playwright test",
"pw:sr": "bunx playwright show-report",
"pw:ui": "bunx playwright test --ui",
"pw:cg": "bunx playwright codegen"
"pw": "playwright test",
"pw:sr": "playwright show-report",
"pw:ui": "playwright test --ui",
"pw:cg": "playwright codegen"
},
"dependencies": {
"@vercel/analytics": "^1.1.1",
Expand Down

0 comments on commit 03ac310

Please sign in to comment.