cleanup precommit hooks (#3616)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"format": "prettier --write .",
|
||||
"preview": "vite preview",
|
||||
"prepare": "cd .. && husky skyvern-frontend/.husky",
|
||||
"prepare": "cd .. && command -v pre-commit >/dev/null 2>&1 && pre-commit install || echo 'pre-commit not installed, skipping hook setup'",
|
||||
"precommit": "lint-staged",
|
||||
"run-artifact-server": "node artifactServer.js",
|
||||
"serve": "npm run build && node localServer.js",
|
||||
@@ -87,7 +87,6 @@
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.5",
|
||||
"husky": "^9.0.11",
|
||||
"lint-staged": "^15.5.2",
|
||||
"postcss": "^8.4.37",
|
||||
"prettier": "^3.2.5",
|
||||
|
||||
Reference in New Issue
Block a user