Skip to content

Commit 93bb55a

Browse files
authored
docs: add supported options to README (#560)
(feat: support `--no-optional` option in npm install #557)
1 parent e880e35 commit 93bb55a

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
@@ -151,6 +151,7 @@ Options:
151151
-D, --prebuiltDirectory [] Prebuilt directory
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"
154+
--no-optionalDependencies Run `npm install` with `--no-optional`
154155
```
155156

156157
#### deploy
@@ -203,6 +204,7 @@ Options:
203204
-y, --proxy [] Proxy server
204205
-A, --tags [] Tags as key value pairs (e.g. "tagname1=tagvalue1,tagname2=tagvalue2") (default: "")
205206
--silent Silent or quiet mode (default: false)
207+
--no-optionalDependencies Run `npm install` with `--no-optional`
206208
```
207209

208210
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)