Setup Playwright #14

Merged
noahspannbauer merged 8 commits from feature/13-setup-playwright into main 2024-05-22 22:12:17 -04:00
Showing only changes of commit 6c405d6909 - Show all commits

View File

@@ -9,7 +9,7 @@
"scripts": {
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",
"lint": "npm run lint -w api && npm run lint -w app",
"prepare": "husky"
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",