Skip to content

Commit 5194208

Browse files
committed
chore: update pre-commit hook
1 parent 5901e26 commit 5194208

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@
2424
"bump": "npx bumpp"
2525
},
2626
"simple-git-hooks": {
27-
"pre-commit": "./node_modules/.bin/nano-staged"
28-
},
29-
"nano-staged": {
30-
"*": [
31-
"rslint",
32-
"prettier -w"
33-
]
27+
"pre-commit": "pnpm run lint:write"
3428
},
3529
"devDependencies": {
3630
"@playwright/test": "^1.59.1",

0 commit comments

Comments
 (0)