We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d0d54 commit 4f5e394Copy full SHA for 4f5e394
1 file changed
‎package.json‎
@@ -22,7 +22,7 @@
22
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx|jsx)\"",
23
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx|jsx)\" --write",
24
"prepare": "husky install",
25
- "postinstall": "husky install && yarn scripts:gallery_id",
+ "postinstall": "husky install",
26
"commit": "cz",
27
"postbuild": "next-sitemap",
28
"semantic-release": "semantic-release",
@@ -164,4 +164,4 @@
164
"node": "22.18.0",
165
"yarn": "1.22.22"
166
}
167
-}
+}
0 commit comments