Commit e09fb8e
committed
Bring Windows script to parity: enable --cached-only in dev mode
Ports commit b44cb08 from Bash script to Windows.
Enables --cached-only flag in dev mode to prevent network fetches during
development, matching Bash behavior. Also sets DENO_DIR to point to the
vendored deno_cache directory so dependencies are found when using
--cached-only.
Original commit: b44cb08 "turn on cached-only for dev as well, add puppeteer deps to cache"1 parent 7b99ef4 commit e09fb8e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | | - | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments