Skip to content

Commit ab5efcc

Browse files
authored
fix(ci): remove huksy output from prepare step (#15)
1 parent b08d88c commit ab5efcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean": "expo-module clean",
1010
"lint": "expo-module lint",
1111
"test": "expo-module test",
12-
"prepare": "expo-module prepare && rm .eslintrc.js && husky",
12+
"prepare": "expo-module prepare && rm .eslintrc.js && husky > /dev/null 2>&1 || true",
1313
"prepublishOnly": "expo-module prepublishOnly",
1414
"typecheck": "npx tsc --noEmit",
1515
"expo-module": "expo-module",

0 commit comments

Comments
 (0)