Commit 557c580
authored
feat(install): add
Adds a `--lockfile-only` flag that only updates the lockfile and doesn't
install any npm deps locally. Note that jsr and https dependencies are
still cached because they require looking at the code to resolve
dependencies.
Applies to `deno install`, `deno add`, `deno remove`, `deno outdated
--update`, and `deno update`
Closes #31371--lockfile-only flag (#31376)1 parent 5b2dc85 commit 557c580
File tree
27 files changed
+500
-92
lines changed- cli
- args
- lsp
- tools
- installer
- pm
- outdated
- libs/npm_installer
- tests/specs
- add/lockfile_only
- install
- lockfile_only_entrypoint
- lockfile_only
- outdated/deno_json
- update_latest_lockfile_only
27 files changed
+500
-92
lines changedSome 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 | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments