Commit 3cb85b2
committed
fix: use cross-env for dev scripts
The default dev scripts were changed to invoke dotenv, but dotenv-cli is not installed in the project. This caused npm run dev to fail with 'dotenv: command not found'.
Use the existing cross-env binary directly for the default and basic auth dev scripts.1 parent ac797ff commit 3cb85b2
2 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments