aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.d.ts
diff options
context:
space:
mode:
authorGravatar Tiago Teixeira <tiagocmtex@gmail.com> 2023-06-26 01:43:39 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-25 16:43:39 -0700
commitd8817c2d32a237440a7677622ba351aa95f47c22 (patch)
tree7dd24039b7c56f0e59b14e3b3f2a6debc2ed8985 /src/api/schema.d.ts
parent15ac08474ef0b18b94bbf4863b2497e18e968379 (diff)
downloadbun-d8817c2d32a237440a7677622ba351aa95f47c22.tar.gz
bun-d8817c2d32a237440a7677622ba351aa95f47c22.tar.zst
bun-d8817c2d32a237440a7677622ba351aa95f47c22.zip
Add support for install with --frozen-lockfile (#3365)
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file
Diffstat (limited to 'src/api/schema.d.ts')
-rw-r--r--src/api/schema.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/schema.d.ts b/src/api/schema.d.ts
index 4114d951d..ac6183878 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -709,6 +709,7 @@ export interface BunInstall {
disable_manifest_cache?: boolean;
global_dir?: string;
global_bin_dir?: string;
+ frozen_lockfile?: boolean;
}
export interface ClientServerModule {