You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ Options:
152
152
-m, --keepNodeModules [false] Keep the current node_modules and skip the npm install step
153
153
-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"
154
154
--no-optionalDependencies Run `npm install` with `--no-optional`
155
+
--packageManager [npm] Package manager use to install dependencies. (options: npm, yarn)
155
156
```
156
157
157
158
#### deploy
@@ -205,6 +206,7 @@ Options:
205
206
-A, --tags [] Tags as key value pairs (e.g. "tagname1=tagvalue1,tagname2=tagvalue2") (default: "")
206
207
--silent Silent or quiet mode (default: false)
207
208
--no-optionalDependencies Run `npm install` with `--no-optional`
209
+
--packageManager [npm] Package manager use to install dependencies. (options: npm, yarn)
208
210
```
209
211
210
212
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