@almadar/orb-darwin-x64 4.0.0 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/orb CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/orb-darwin-x64",
3
- "version": "4.0.0",
3
+ "version": "4.2.0",
4
4
  "description": "Orb CLI binary for darwin-x64",
5
5
  "license": "MIT",
6
6
  "repository": { "type": "git", "url": "https://github.com/almadar-io/almadar.git" },
@@ -9,7 +9,7 @@
9
9
  "build": "pnpm run -r build",
10
10
  "typecheck": "turbo run typecheck",
11
11
  "lint": "turbo run lint",
12
- "prepare": "git config core.hooksPath .githooks"
12
+ "prepare": "git rev-parse --git-dir > /dev/null 2>&1 && git config core.hooksPath .githooks || true"
13
13
  },
14
14
  "devDependencies": {
15
15
  "concurrently": "^9.2.1",