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:
parent
a0c07bf0d7
commit
e845e8cbbc
|
@ -77,8 +77,7 @@ build_and_deploy() {
|
||||||
yarn
|
yarn
|
||||||
yarn backend
|
yarn backend
|
||||||
yarn build
|
yarn build
|
||||||
node ./bin/sourcecred.js load sourcecred example-github
|
node ./bin/sourcecred.js load ipfs js-ipfs
|
||||||
node ./bin/sourcecred.js load sourcecred example-git
|
|
||||||
node ./bin/sourcecred.js load sourcecred sourcecred
|
node ./bin/sourcecred.js load sourcecred sourcecred
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue