Skip to content

Commit b6f5dcf

Browse files
authored
Update CONTRIBUTING.md
1 parent 700e581 commit b6f5dcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Developing
22

3-
yarn install & yarn start & open http://localhost:9966/example/
3+
npm run install & npm run start & open http://localhost:9966/
44

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

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

1111
Tests require an MapboxAccessToken env variable to be set.
1212

13-
export MapboxAccessToken=<YOUR ACCESS TOKEN> && yarn test
13+
export MapboxAccessToken=<YOUR ACCESS TOKEN> && npm test
1414

1515
### Release process
1616

0 commit comments

Comments
 (0)