Commit 7374cd1
committed
fix(hooks): add dotenvx dependency and use pnpm exec in pre-commit
Fixes missing dotenvx command error in pre-commit hook.
Changes:
- Add @dotenvx/dotenvx as dev dependency
- Update pre-commit hook to use 'pnpm exec dotenvx' instead of 'dotenvx'
- Add coverage-isolated/ to .gitignore
- Ensures dotenvx is available from node_modules/.bin1 parent 286a271 commit 7374cd1
File tree
14 files changed
+834
-441
lines changed- .husky
- scripts
- test/unit
14 files changed
+834
-441
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments