diff options
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 ecd3a12d4..70dd4e04c 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:prod --env.production_cdn", + "build_command": "yarn build --env.cdn=production", "upload_directory": "umd", "index_key": "instant.js", "error_key": "404.html", |