diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -777,7 +777,7 @@ export interface Cache { } export interface Lockfile { - print: "yarn"; + print?: "yarn"; path: string; savePath: string; save: bool; |
![]() |
index : bun | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | README.md | 2 |
@@ -777,7 +777,7 @@ export interface Cache { } export interface Lockfile { - print: "yarn"; + print?: "yarn"; path: string; savePath: string; save: bool; |