diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-30 04:05:20 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-30 04:05:20 +0800 |
commit | bd03df8af02169ef88207eb14051bc79231927aa (patch) | |
tree | 3a87b44193fb9de6fc4f6b78b6a1bdc51d9516bf /packages/instant/.production.discharge.json | |
parent | 2b87d20290084a4bc547a0bfa1222e2152037988 (diff) | |
download | dexon-0x-contracts-bd03df8af02169ef88207eb14051bc79231927aa.tar.gz dexon-0x-contracts-bd03df8af02169ef88207eb14051bc79231927aa.tar.zst dexon-0x-contracts-bd03df8af02169ef88207eb14051bc79231927aa.zip |
feat(instant): Cleaner config-specific setup
Diffstat (limited to 'packages/instant/.production.discharge.json')
-rw-r--r-- | packages/instant/.production.discharge.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/.production.discharge.json b/packages/instant/.production.discharge.json index b2369d43e..ecd3a12d4 100644 --- a/packages/instant/.production.discharge.json +++ b/packages/instant/.production.discharge.json @@ -1,6 +1,6 @@ { "domain": "instant.0xproject.com", - "build_command": "yarn build --env.production_cdn", + "build_command": "yarn build:prod --env.production_cdn", "upload_directory": "umd", "index_key": "instant.js", "error_key": "404.html", |