summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed.out
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-19 05:55:50 +1000
committerGitHub <noreply@github.com>2024-09-18 19:55:50 +0000
commit5057f58145ab47276fdc4392619888e37aea8864 (patch)
treedbcc9551eaffee6f1a7c8891977e0c36f1e67343 /tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed.out
parenta1d0a427e807959666a6b23ae015e4e04659abf5 (diff)
feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)
Hides `deno cache` from `--help` output. --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed.out')
-rw-r--r--tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed.out b/tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed.out
index 05d1ca375..dc31a1a65 100644
--- a/tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed.out
+++ b/tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed.out
@@ -1,5 +1,5 @@
Download http://localhost:4260/@denotest/bin
-error: The lockfile is out of date. Run `deno cache --frozen=false`, `deno install --frozen=false`, or rerun with `--frozen=false` to update it.
+error: The lockfile is out of date. Run `deno install --frozen=false`, or rerun with `--frozen=false` to update it.
changes:
4 | - "npm:@denotest/add@1": "1.0.0"
4 | + "npm:@denotest/add@1": "1.0.0",