Commit e35b9d8
nuxi 3.31.0
nuxi: Fix the test by changing the `nuxt init` args
- Without `--template` the user had to go through an interactive prompt
to select one, which the test was waiting for.
- The `--gitInit` and `--no-install` flags are now mutually exclusive:
`--no-install` skips all dependencies including `git init`.
Signed-off-by: Issy Long <me@issylong.com>
Co-authored-by: Issy Long <me@issylong.com>1 parent 22edf3e commit e35b9d8
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments