Ensure build process receives build arguments
See https://github.com/entropitor/dotenv-cli/issues/8
This commit is contained in:
parent
c43ba6b3c7
commit
1b4c477ddb
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "0x-instant-dogfood",
|
"domain": "0x-instant-dogfood",
|
||||||
"build_command": "WEBPACK_OUTPUT_PATH=public dotenv yarn build --env.discharge_target=dogfood",
|
"build_command": "WEBPACK_OUTPUT_PATH=public dotenv yarn build -- --env.discharge_target=dogfood",
|
||||||
"upload_directory": "public",
|
"upload_directory": "public",
|
||||||
"index_key": "index.html",
|
"index_key": "index.html",
|
||||||
"error_key": "index.html",
|
"error_key": "index.html",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "instant.0xproject.com",
|
"domain": "instant.0xproject.com",
|
||||||
"build_command": "dotenv yarn build --env.discharge_target=production",
|
"build_command": "dotenv yarn build -- --env.discharge_target=production",
|
||||||
"upload_directory": "umd",
|
"upload_directory": "umd",
|
||||||
"index_key": "instant.js",
|
"index_key": "instant.js",
|
||||||
"error_key": "404.html",
|
"error_key": "404.html",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "0x-instant-staging",
|
"domain": "0x-instant-staging",
|
||||||
"build_command": "dotenv WEBPACK_OUTPUT_PATH=public yarn build --env.discharge_target=staging",
|
"build_command": "WEBPACK_OUTPUT_PATH=public dotenv yarn build -- --env.discharge_target=staging",
|
||||||
"upload_directory": "public",
|
"upload_directory": "public",
|
||||||
"index_key": "index.html",
|
"index_key": "index.html",
|
||||||
"error_key": "index.html",
|
"error_key": "index.html",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user