Commit a1b289c
committed
fix(prepare): remove dotenvx wrapper from husky prepare script
The prepare script was failing in CI because .env.local doesn't exist
(it's gitignored and optional for local dev). Husky doesn't need any
env vars to set up git hooks, so we can call it directly.
This fixes the npm publish warning:
[MISSING_ENV_FILE] missing .env.local file1 parent 370cc54 commit a1b289c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments