Skip to content

Commit 84fb3cd

Browse files
authored
Merge branch 'main' into cms/projects/witness
2 parents c4cce2e + 72ecb5e commit 84fb3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "turbo run test",
1616
"check:versions": "syncpack list-mismatches",
1717
"fix:versions": "syncpack fix-mismatches",
18-
"prepare": "[ \"$CI\" != \"true\" ] && husky"
18+
"prepare": "test \"$CI\" = \"true\" || husky"
1919
},
2020
"devDependencies": {
2121
"husky": "^9.1.7",

0 commit comments

Comments
 (0)