|
| 1 | +> OXLINT_TSGOLINT_PATH=/path/to/oxlint_tsgolint1 vite run check # get OXLINT_TSGOLINT_PATH env |
| 2 | +$ node check.js |
| 3 | +OXLINT_TSGOLINT_PATH=/path/to/oxlint_tsgolint1 |
| 4 | + |
| 5 | + |
| 6 | +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ |
| 7 | + Vite+ Task Runner • Execution Summary |
| 8 | +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ |
| 9 | + |
| 10 | +Statistics: 1 tasks • 0 cache hits • 1 cache misses |
| 11 | +Performance: 0% cache hit rate |
| 12 | + |
| 13 | +Task Details: |
| 14 | +──────────────────────────────────────────────── |
| 15 | + [1] check-oxlint-env#check ✓ |
| 16 | + → Cache miss: no previous cache entry found |
| 17 | +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ |
| 18 | + |
| 19 | +> rm -rf node_modules # clean cache |
| 20 | +> OXLINT_TSGOLINT_PATH=/path/to/oxlint_tsgolint2 vite run check-nested # get OXLINT_TSGOLINT_PATH env in nested task |
| 21 | +$ vite run check |
| 22 | +$ node check.js |
| 23 | +OXLINT_TSGOLINT_PATH=/path/to/oxlint_tsgolint2 |
| 24 | + |
| 25 | + |
| 26 | +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ |
| 27 | + Vite+ Task Runner • Execution Summary |
| 28 | +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ |
| 29 | + |
| 30 | +Statistics: 1 tasks • 0 cache hits • 1 cache misses |
| 31 | +Performance: 0% cache hit rate |
| 32 | + |
| 33 | +Task Details: |
| 34 | +──────────────────────────────────────────────── |
| 35 | + [1] check-oxlint-env#check ✓ |
| 36 | + → Cache miss: no previous cache entry found |
| 37 | +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ |
| 38 | + |
| 39 | + |
| 40 | +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ |
| 41 | + Vite+ Task Runner • Execution Summary |
| 42 | +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ |
| 43 | + |
| 44 | +Statistics: 1 tasks • 0 cache hits • 1 cache misses |
| 45 | +Performance: 0% cache hit rate |
| 46 | + |
| 47 | +Task Details: |
| 48 | +──────────────────────────────────────────────── |
| 49 | + [1] check-oxlint-env#check-nested ✓ |
| 50 | + → Cache miss: no previous cache entry found |
| 51 | +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ |
0 commit comments