We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678ef19 commit a1f356eCopy full SHA for a1f356e
package.json
@@ -15,7 +15,7 @@
15
"test": "turbo run test",
16
"check:versions": "syncpack list-mismatches",
17
"fix:versions": "syncpack fix-mismatches",
18
- "prepare": "[ \"$CI\" != \"true\" ] && husky"
+ "prepare": "test \"$CI\" = \"true\" || husky"
19
},
20
"devDependencies": {
21
"husky": "^9.1.7",
0 commit comments