Skip to content

Commit

Permalink
fix: support for --save flag and others that are supported by npm cli (
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal authored Feb 7, 2024
1 parent fa91f96 commit ebc5925
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/cliCommons.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ class cliCommons {

static getOptions() {
return {
S: {
alias: ['save', 'save-prod', 'save-optional', 'save-bundle'],
type: 'boolean'
},
g: {
alias: 'global',
type: 'boolean'
},
P: {
alias: ['save-prod', 'peer'],
type: 'boolean'
Expand Down

0 comments on commit ebc5925

Please sign in to comment.