Skip to content

Commit

Permalink
chore: add test script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timDeHof committed Oct 8, 2023
1 parent 732dcef commit 8b4da37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint . --fix",
"test": "npx playwright test",
"preview": "vite preview",
"prettier:check": "prettier . --check",
"prettier:format": "prettier . --write",
Expand All @@ -15,7 +16,8 @@
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"npm run prettier:format",
"npm run lint"
"npm run lint",
"npm run test"
]
},
"dependencies": {
Expand Down

0 comments on commit 8b4da37

Please sign in to comment.