@storm-software/git-tools 1.29.5 → 1.29.6
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/CHANGELOG.md +12 -0
- package/changelog-renderer/package.json +1 -1
- package/lefthook/lefthook.yml +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.29.6 (2024-01-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Update the lefthook configuration to correctly handle install ([e27fd423](https://github.com/storm-software/storm-ops/commit/e27fd423))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
1
13
|
|
|
2
14
|
|
|
3
15
|
|
package/lefthook/lefthook.yml
CHANGED
|
@@ -26,7 +26,7 @@ pre-commit:
|
|
|
26
26
|
install:
|
|
27
27
|
files: "git diff --name-only HEAD @{push}"
|
|
28
28
|
glob: "**/package.json"
|
|
29
|
-
run: "pnpm install
|
|
29
|
+
run: "pnpm install && git update-index"
|
|
30
30
|
prepare:
|
|
31
31
|
files: "git diff --name-only HEAD @{push}"
|
|
32
32
|
glob: "**/{lefthook.yml,biome.json}"
|