@opinionated-ts/config 1.8.10 → 1.8.11

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.
Files changed (2) hide show
  1. package/lefthook.yml +1 -1
  2. package/package.json +1 -1
package/lefthook.yml CHANGED
@@ -30,7 +30,7 @@ pre-push:
30
30
  parallel: true
31
31
  commands:
32
32
  run-tests:
33
- run: bun run tests || bun test
33
+ run: bun run tests || bun run test || bun test
34
34
 
35
35
  run-audit:
36
36
  run: bun audit
package/package.json CHANGED
@@ -112,5 +112,5 @@
112
112
  "inlinedDependencies": {
113
113
  "@commitlint/types": "21.2.0"
114
114
  },
115
- "version": "1.8.10"
115
+ "version": "1.8.11"
116
116
  }