File tree Expand file tree Collapse file tree
packages/cli/snap-tests/task-no-trailing-newline Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "scripts" : {
3+ "hello" : " echo -n foo && echo bar"
4+ }
5+ }
Original file line number Diff line number Diff line change 1+ > vite run hello
2+ $ echo -n foo
3+ foo$ echo bar
4+ bar
5+
6+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
7+ Vite+ Task Runner • Execution Summary
8+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
9+
10+ Statistics: 2 tasks • 0 cache hits • 2 cache misses
11+ Performance: 0% cache hit rate
12+
13+ Task Details:
14+ ────────────────────────────────────────────────
15+ [1] hello(subcommand 0): $ echo -n foo ✓
16+ → Cache miss: no previous cache entry found
17+ ·······················································
18+ [2] hello: $ echo bar ✓
19+ → Cache miss: no previous cache entry found
20+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Original file line number Diff line number Diff line change 1+ {
2+ "env" : {
3+ "VITE_DISABLE_AUTO_INSTALL" : " 1"
4+ },
5+ "commands" : [
6+ " vite run hello"
7+ ]
8+ }
You can’t perform that action at this time.
0 commit comments