feat: install @playwright/test + playwright.config.ts
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ai-hero/sandcastle": "*",
|
||||
"@playwright/test": "^1.49.0",
|
||||
"@turbo/gen": "^2.4.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"husky": "^9.0.0",
|
||||
@@ -31,7 +32,7 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,js,mjs,jsx}": [
|
||||
"eslint --fix --max-warnings=0"
|
||||
"eslint --fix --max-warnings=0 --no-warn-ignored"
|
||||
],
|
||||
"*.{ts,tsx,js,mjs,jsx,json,md,yml,yaml}": [
|
||||
"prettier --write"
|
||||
|
||||
Reference in New Issue
Block a user