Skip to content

Commit

Permalink
Testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 8, 2024
1 parent d8eb6c2 commit 7944ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint:fix": "prettier --write .",
"test:e2e": "playwright test",
"test": "npm run test:e2e",
"test:ci": "npm run test:e2e -- --run --coverage"
"test:ci": "npm run test:e2e"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
Expand Down

0 comments on commit 7944ce5

Please sign in to comment.