Skip to content

Commit

Permalink
Update source/package-manager/types.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy <tmitchell7@uh.edu>
  • Loading branch information
mifi and tommy-mitchell committed Feb 16, 2024
1 parent 9858c3d commit 92903bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/package-manager/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ export type PackageManagerConfig = {
id: string;

/**
How to install packages (when there is a lockfile), e.g. `["npm", ["install"]]`.
How to install packages when there is a lockfile, e.g. `["npm", ["install"]]`.
*/
installCommand: Command;

/**
How to install packages (when there is no lockfile), e.g. `["npm", ["install"]]`.
How to install packages when there is no lockfile, e.g. `["npm", ["install"]]`.
*/
installCommandNoLockfile: Command;

Expand Down

0 comments on commit 92903bc

Please sign in to comment.