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
@@ -151,6 +151,7 @@ Options:
151
151
-D, --prebuiltDirectory [] Prebuilt directory
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
+
--no-optionalDependencies Run `npm install` with `--no-optional`
154
155
```
155
156
156
157
#### deploy
@@ -203,6 +204,7 @@ Options:
203
204
-y, --proxy [] Proxy server
204
205
-A, --tags [] Tags as key value pairs (e.g. "tagname1=tagvalue1,tagname2=tagvalue2") (default: "")
205
206
--silent Silent or quiet mode (default: false)
207
+
--no-optionalDependencies Run `npm install` with `--no-optional`
206
208
```
207
209
208
210
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