Skip to content

Commit 4f5e394

Browse files
committed
ci: 👷 remove id check in postinstall
1 parent 94d0d54 commit 4f5e394

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx|jsx)\"",
2323
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx|jsx)\" --write",
2424
"prepare": "husky install",
25-
"postinstall": "husky install && yarn scripts:gallery_id",
25+
"postinstall": "husky install",
2626
"commit": "cz",
2727
"postbuild": "next-sitemap",
2828
"semantic-release": "semantic-release",
@@ -164,4 +164,4 @@
164164
"node": "22.18.0",
165165
"yarn": "1.22.22"
166166
}
167-
}
167+
}

0 commit comments

Comments
 (0)