Skip to content

Commit

Permalink
Add Lockfile to Fix Gatsby Example (vercel#4771)
Browse files Browse the repository at this point in the history
This adds the Lockfile from Gatsby's official starter to fix deployments.

```
❯ npx gatsby-cli new ~/Desktop/scratch/test-default
❯ cp ~/Desktop/scratch/test-default/yarn.lock examples/gatsby
❯ cd examples/gatsby
❯ yarn
❯ git add examples/gatsby/yarn.lock
```
  • Loading branch information
Timer authored Jul 2, 2020
1 parent 38db720 commit e4d2cc7
Showing 1 changed file with 11,913 additions and 0 deletions.
Loading

0 comments on commit e4d2cc7

Please sign in to comment.