We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7f78a commit 483ff4eCopy full SHA for 483ff4e
functions/add.fish
@@ -4,7 +4,8 @@ function add --description "Add a dependency for a given package manager"
4
5
if test -n "$_flag_dev"
6
if test -f yarn.lock
7
- yarn add --save-dev $argv
+ echo "yarn add --dev $argv"
8
+ yarn add --dev $argv
9
else if test -f pnpm-lock.yaml
10
pnpm add --save-dev $argv
11
else if test -f package-lock.json
0 commit comments