diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-12-01 04:36:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-01 04:36:22 +0800 |
commit | f496096ce154e51ae0317cc91fd55d062eb6ec4f (patch) | |
tree | d1f6ea052599375e657e7354f50ecabdaa24daff /packages/instant/.dogfood.discharge.json | |
parent | ca22d87290fc176488fae7da3f179486340e5c79 (diff) | |
parent | fc2055cd93a5e847947dad10073dd0d29bfb9e29 (diff) | |
download | dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.gz dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.bz2 dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.lz dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.xz dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.zst dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.zip |
Merge pull request #1348 from 0xProject/feature/instant/cdn-setup
[instant] Remove commonjs bundle, productionize UMD bundle
Diffstat (limited to 'packages/instant/.dogfood.discharge.json')
-rw-r--r-- | packages/instant/.dogfood.discharge.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/.dogfood.discharge.json b/packages/instant/.dogfood.discharge.json index ca36b3861..85a48044b 100644 --- a/packages/instant/.dogfood.discharge.json +++ b/packages/instant/.dogfood.discharge.json @@ -1,6 +1,6 @@ { "domain": "0x-instant-dogfood", - "build_command": "WEBPACK_OUTPUT_PATH=public yarn build:umd:prod", + "build_command": "WEBPACK_OUTPUT_PATH=public yarn build", "upload_directory": "public", "index_key": "index.html", "error_key": "index.html", |