Skip to content

Commit ed37164

Browse files
committed
fix: install dev hooks
1 parent b2eaef7 commit ed37164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mobx-tanstack-query",
33
"version": "5.3.0",
44
"scripts": {
5-
"postinstall": "pnpm dev:install-hooks",
5+
"prepare": "pnpm dev:install-hooks",
66
"clean": "rimraf dist",
77
"check": "eslint . --fix",
88
"prebuild": "npm run clean && npm run check",

0 commit comments

Comments
 (0)