Skip to content

Commit

Permalink
add yarn lock info to contributing.md (apache#4679)
Browse files Browse the repository at this point in the history
  • Loading branch information
timifasubaa authored and john-bodley committed Mar 23, 2018
1 parent 76394d3 commit 00cab7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ superset runserver -d -p 8081
npm run dev
```

#### Upgrading npm packages

Should you add or upgrade a npm package, which involves changing `package.json`, you'll need to re-run `yarn install` and push the newly generated `yarn.lock` file so we get the reproducible build. More information at (https://yarnpkg.com/blog/2016/11/24/lockfiles-for-all/)

## Testing

Before running python unit tests, please setup local testing environment:
Expand Down

0 comments on commit 00cab7e

Please sign in to comment.