Skip to content

Commit badd1f8

Browse files
Modclean is not optional
in fetch-dependencies, it is required. ``` if ! [ -x "$(command -v modclean)" ]; then echo 'Error: modclean is not installed. To install: npm i -g modclean' >&2 exit 1 fi ``` p.s. great job with the project!
1 parent af33060 commit badd1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This uses a special version of Chrome (headless chromium) from the [serverless-c
2323
* An AWS Account
2424
* The [AWS SAM Local](https://github.com/awslabs/aws-sam-local) running functions locally with the [Serverless Application Model](https://github.com/awslabs/serverless-application-model) (see: `template.yaml`, install: `npm install -g aws-sam-local`)
2525
* node.js + npm
26-
* `modclean` npm modules for reducing function size (optional)
26+
* `modclean` npm modules for reducing function size
2727
* Bash
2828

2929
#### Local development setup

0 commit comments

Comments
 (0)