Skip to content

Commit

Permalink
chore: remove yarn.lock file (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Jul 14, 2020
1 parent eeac62e commit dbbe116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7,984 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Function Builder detection is a very new feature with only simple detection logi
**We recommend installing locally** rather than globally:

```bash
yarn add netlify-lambda
npm install netlify-lambda
```

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).
Expand All @@ -51,7 +51,7 @@ If you don't have a [`netlify.toml`](https://www.netlify.com/docs/netlify-toml-r
```toml
# example netlify.toml
[build]
command = "yarn build"
command = "npm run build"
functions = "lambda" # netlify-lambda reads this
publish = "build"
```
Expand Down
Loading

0 comments on commit dbbe116

Please sign in to comment.