This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-29 16:30:56 -05:00
Code
Issues
Packages
1
Wiki
Activity
4b99cde504
denoland-deno
/
tests
/
specs
/
lockfile
/
frozen_lockfile
/
deno.json
4 lines
31 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355) Closes #18296. Adds a `--frozen` (alias `--frozen-lockfile`) flag that errors out if the lockfile is out of date. This is useful for running in CI (where an out of date lockfile is usually a mistake) or to prevent accidental changes in dependencies. ![Screenshot 2024-06-26 at 7 11 13 PM](https://github.com/denoland/deno/assets/17734409/538404b8-b422-4f05-89e8-4c9b1c248576)
2024-07-02 18:00:16 -04:00
{
test: reenable frozen_lockfile tests (#25381) Ref https://github.com/denoland/deno/issues/25241
2024-09-03 06:43:10 -04:00
"nodeModulesDir"
:
"auto"
feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355) Closes #18296. Adds a `--frozen` (alias `--frozen-lockfile`) flag that errors out if the lockfile is out of date. This is useful for running in CI (where an out of date lockfile is usually a mistake) or to prevent accidental changes in dependencies. ![Screenshot 2024-06-26 at 7 11 13 PM](https://github.com/denoland/deno/assets/17734409/538404b8-b422-4f05-89e8-4c9b1c248576)
2024-07-02 18:00:16 -04:00
}
Copy permalink