We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeac62e commit dbbe116Copy full SHA for dbbe116
README.md
@@ -41,7 +41,7 @@ Function Builder detection is a very new feature with only simple detection logi
41
**We recommend installing locally** rather than globally:
42
43
```bash
44
-yarn add netlify-lambda
+npm install netlify-lambda
45
```
46
47
This will ensure your build scripts don't assume a global install which is better for your CI/CD (for example with Netlify's buildbot).
@@ -51,7 +51,7 @@ If you don't have a [`netlify.toml`](https://www.netlify.com/docs/netlify-toml-r
51
```toml
52
# example netlify.toml
53
[build]
54
- command = "yarn build"
+ command = "npm run build"
55
functions = "lambda" # netlify-lambda reads this
56
publish = "build"
57
0 commit comments