Modify sourcecred.github.io's example repos (#533)

Showing our example-github and example-git repos on sourcecred.github.io
is not particularly interesting. Let's show ipfs/js-ipfs instead!

Since sourcecred/sourcecred is the last repo to load, as of #531 it will
be the default option.

Test plan: Dry run of deploy script
This commit is contained in:
Dandelion Mané 2018-07-26 21:57:43 -07:00 committed by GitHub
parent a0c07bf0d7
commit e845e8cbbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ build_and_deploy() {
yarn
yarn backend
yarn build
node ./bin/sourcecred.js load sourcecred example-github
node ./bin/sourcecred.js load sourcecred example-git
node ./bin/sourcecred.js load ipfs js-ipfs
node ./bin/sourcecred.js load sourcecred sourcecred
)