Add pnpm caching support

This commit is contained in:
Jacob Gillespie 2021-06-30 16:44:51 +01:00
parent 38d90ce44d
commit 162ddf7c40
No known key found for this signature in database
GPG key ID: 52D71192EF3DBDD9
11 changed files with 531 additions and 14 deletions

View file

@ -1,5 +1,6 @@
export enum LockType {
Npm = 'npm',
Pnpm = 'pnpm',
Yarn = 'yarn'
}