Skip to content

Commit

Permalink
Switch to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Asheem Mamoowala committed Jun 7, 2019
1 parent a207cd0 commit 805db0b
Show file tree
Hide file tree
Showing 2 changed files with 8,323 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Developing

npm install & npm start & open http://localhost:9966/example/
yarn install & yarn start & open http://localhost:9966/example/

You'll need a [Mapbox access token](https://www.mapbox.com/help/create-api-access-token/) stored in localstorage. Set it via

Expand All @@ -10,7 +10,7 @@ You'll need a [Mapbox access token](https://www.mapbox.com/help/create-api-acces

Tests require an MapboxAccessToken env variable to be set.

export MapboxAccessToken=<YOUR ACCESS TOKEN> && npm test
export MapboxAccessToken=<YOUR ACCESS TOKEN> && yarn test

### Release process

Expand Down
Loading

0 comments on commit 805db0b

Please sign in to comment.