Skip to content

Commit

Permalink
feat: update application schema type def for packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Feb 8, 2022
1 parent c6ba553 commit 1708a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/application/application.schema.d.ts
Expand Up @@ -30,7 +30,7 @@ export interface ApplicationOptions {
/**
* The used package manager.
*/
packageManager?: 'npm' | 'yarn' | 'undefined';
packageManager?: 'npm' | 'yarn' | 'pnpm' | 'undefined';
/**
* Nest included production dependencies (comma separated values).
*/
Expand Down

0 comments on commit 1708a62

Please sign in to comment.