chore: move to underscores

This commit is contained in:
fragosti
2018-11-05 16:47:52 -08:00
parent bb9c21fb14
commit 18d24f8db1
2 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ You can deploy a work-in-progress version of 0x Instant at http://0x-instant-dog
To build and deploy the site run To build and deploy the site run
``` ```
yarn deploy-dogfood yarn deploy_dogfood
``` ```
We also have a staging bucket that is to be updated less frequently can be used to share instant externally: http://0x-instant-staging.s3-website-us-east-1.amazonaws.com/ We also have a staging bucket that is to be updated less frequently can be used to share instant externally: http://0x-instant-staging.s3-website-us-east-1.amazonaws.com/
@@ -61,7 +61,7 @@ We also have a staging bucket that is to be updated less frequently can be used
To build and deploy to this bucket, run To build and deploy to this bucket, run
``` ```
yarn deploy-staging yarn deploy_staging
``` ```
**NOTE: On deploying the site, it will say the site is available at a non-existent URL. Please ignore and use the (now updated) URL above.** **NOTE: On deploying the site, it will say the site is available at a non-existent URL. Please ignore and use the (now updated) URL above.**

View File

@@ -22,8 +22,8 @@
"rebuild_and_test": "run-s clean build test", "rebuild_and_test": "run-s clean build test",
"test:circleci": "yarn test:coverage", "test:circleci": "yarn test:coverage",
"clean": "shx rm -rf lib coverage scripts", "clean": "shx rm -rf lib coverage scripts",
"deploy-dogfood": "discharge deploy -c .dogfood.discharge.json", "deploy_dogfood": "discharge deploy -c .dogfood.discharge.json",
"deploy-staging": "discharge deploy -c .staging.discharge.json", "deploy_staging": "discharge deploy -c .staging.discharge.json",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js" "manual:postpublish": "yarn build; node ./scripts/postpublish.js"
}, },
"config": { "config": {