Skip to content

Commit dbbe116

Browse files
authored
chore: remove yarn.lock file (#247)
1 parent eeac62e commit dbbe116

File tree

2 files changed

+2
-7984
lines changed

2 files changed

+2
-7984
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Function Builder detection is a very new feature with only simple detection logi
4141
**We recommend installing locally** rather than globally:
4242

4343
```bash
44-
yarn add netlify-lambda
44+
npm install netlify-lambda
4545
```
4646

4747
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
5151
```toml
5252
# example netlify.toml
5353
[build]
54-
command = "yarn build"
54+
command = "npm run build"
5555
functions = "lambda" # netlify-lambda reads this
5656
publish = "build"
5757
```

0 commit comments

Comments
 (0)