Skip to content

Commit 599bd76

Browse files
ReyPenaDeviaVir
andauthored
Update README.md (#582)
* Update README.md * restore line * Add yarn as option * Update README.md Co-authored-by: Chase <[email protected]>
1 parent 7399619 commit 599bd76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Options:
152152
-m, --keepNodeModules [false] Keep the current node_modules and skip the npm install step
153153
-v, --dockerVolumes [] Additional docker volumes to mount. Each volume definition has to be separated by a space (e.g. "$HOME/.gitconfig:/etc/gitconfig $HOME/.ssh:/root/.ssh"
154154
--no-optionalDependencies Run `npm install` with `--no-optional`
155+
--packageManager [npm] Package manager use to install dependencies. (options: npm, yarn)
155156
```
156157

157158
#### deploy
@@ -205,6 +206,7 @@ Options:
205206
-A, --tags [] Tags as key value pairs (e.g. "tagname1=tagvalue1,tagname2=tagvalue2") (default: "")
206207
--silent Silent or quiet mode (default: false)
207208
--no-optionalDependencies Run `npm install` with `--no-optional`
209+
--packageManager [npm] Package manager use to install dependencies. (options: npm, yarn)
208210
```
209211

210212
If you are deploying to a custom endpoint you may also need to pass in an access key/secret. For localstack these can be anything, but cannot be blank:

0 commit comments

Comments
 (0)