Skip to content

Commit

Permalink
Add script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGracia committed Nov 6, 2024
1 parent 11f8b40 commit 3f2500c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"start": "next start",
"lint": "next lint",
"prettier:check": "prettier . --check",
"prettier:write": "prettier . --write"
"prettier:write": "prettier . --write",
"test:e2e": "npx playwright test"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
Expand Down

0 comments on commit 3f2500c

Please sign in to comment.