correct build-> install in README

This commit is contained in:
James Scott-Brown
2023-03-06 16:23:36 +00:00
committed by GitHub
parent ee86cb6c82
commit 75da1623e2

View File

@@ -4,7 +4,7 @@ See installation and configuration instructions at [Protomaps Docs: Deploy on AW
## Development ## Development
The code for the lambda function imports from the top level `js/` directory. You will therfore need to first run `npm install` and `npm run build` in the `js/` directory, and then run `npm run build` in the `serverless/aws` directory. The code for the lambda function imports from the top level `js/` directory. You will therfore need to first run `npm install` and `npm run build` in the `js/` directory, and then run `npm install` in the `serverless/aws` directory.
You should then be able to build the Lambda ZIP: You should then be able to build the Lambda ZIP: