Skip to content

Commit

Permalink
feat: add pnpm v9 lockfile (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n authored Jun 6, 2024
1 parent 117c606 commit d333319
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 2 deletions.
191 changes: 191 additions & 0 deletions data/lockfile/pnpm-v9/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
6 changes: 5 additions & 1 deletion int-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ lockfiles = ["./integration/data/lockfile/yarn.lock"]

[servers.pnpm]
type = "pseudo"
lockfiles = ["./integration/data/lockfile/pnpm-lock.yaml"]
lockfiles = ["./integration/data/lockfile/pnpm/pnpm-lock.yaml"]

[servers.pnpm-v9]
type = "pseudo"
lockfiles = ["./integration/data/lockfile/pnpm-v9/pnpm-lock.yaml"]

[servers.cargo]
type = "pseudo"
Expand Down
6 changes: 5 additions & 1 deletion int-redis-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ lockfiles = ["./integration/data/lockfile/yarn.lock"]

[servers.pnpm]
type = "pseudo"
lockfiles = ["./integration/data/lockfile/pnpm-lock.yaml"]
lockfiles = ["./integration/data/lockfile/pnpm/pnpm-lock.yaml"]

[servers.pnpm-v9]
type = "pseudo"
lockfiles = ["./integration/data/lockfile/pnpm-v9/pnpm-lock.yaml"]

[servers.cargo]
type = "pseudo"
Expand Down

0 comments on commit d333319

Please sign in to comment.