Skip to content

Commit cba7214

Browse files
chore: Remove postinstall script (#1864)
Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
1 parent 4966c96 commit cba7214

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
@@ -12,7 +12,7 @@
1212
"ci": "yarn turbo run build lint test build-storybook --cache-dir=\".turbo\"",
1313
"clean": "yarn workspaces foreach -vA run clean",
1414
"docs": "yarn turbo run docs",
15-
"postinstall": "husky install && yarn build",
15+
"postinstall": "husky install",
1616
"lint": "yarn turbo run lint",
1717
"lint-and-fix": "yarn workspaces foreach -v --topological-dev --all run lint-and-fix",
1818
"prepack": "pinst --disable",

0 commit comments

Comments
 (0)