diff --git a/apps/explorer/project.json b/apps/explorer/project.json index 917e2560e..1a0cff4c1 100644 --- a/apps/explorer/project.json +++ b/apps/explorer/project.json @@ -74,15 +74,6 @@ ] } }, - "build-netlify": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "cp apps/explorer/netlify.toml netlify.toml", - "nx build explorer" - ] - } - }, "build-spec": { "executor": "nx:run-commands", "outputs": [], diff --git a/apps/governance/README.md b/apps/governance/README.md index f42175f6b..dcd7db2c9 100644 --- a/apps/governance/README.md +++ b/apps/governance/README.md @@ -49,10 +49,6 @@ There are a few different configuration options offered for this app: | `NX_ETH_WALLET_MNEMONIC` (optional) | The mnemonic to be used to sign transactions with in browser | | `NX_LOCAL_PROVIDER_URL` (optional) | The local node to use to send transaction to when signing in browser | -## Example configs: - -For example configurations, check out our [netlify.toml](./netlify.toml). - ## Testing To run the minimal set of unit tests, run the following: diff --git a/apps/governance/project.json b/apps/governance/project.json index 8661b816c..101d259cb 100644 --- a/apps/governance/project.json +++ b/apps/governance/project.json @@ -69,15 +69,6 @@ "jestConfig": "apps/governance/jest.config.ts" } }, - "build-netlify": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "cp apps/governance/netlify.toml netlify.toml", - "nx build token" - ] - } - }, "build-spec": { "executor": "nx:run-commands", "outputs": [], diff --git a/apps/liquidity-provision-dashboard/project.json b/apps/liquidity-provision-dashboard/project.json index a6a0c0384..c8193aeee 100644 --- a/apps/liquidity-provision-dashboard/project.json +++ b/apps/liquidity-provision-dashboard/project.json @@ -82,15 +82,6 @@ "jestConfig": "apps/liquidity-provision-dashboard/jest.config.ts" } }, - "build-netlify": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "cp apps/liquidity-provision-dashboard/netlify.toml netlify.toml", - "nx build liquidity-provision-dashboard" - ] - } - }, "build-spec": { "executor": "nx:run-commands", "outputs": [], diff --git a/apps/multisig-signer/project.json b/apps/multisig-signer/project.json index 775f535a2..43e12719a 100644 --- a/apps/multisig-signer/project.json +++ b/apps/multisig-signer/project.json @@ -66,15 +66,6 @@ "jestConfig": "apps/multisig-signer/jest.config.ts" } }, - "build-netlify": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "cp apps/multisig-signer/netlify.toml netlify.toml", - "nx build multisig-signer" - ] - } - }, "build-spec": { "executor": "nx:run-commands", "outputs": [], diff --git a/apps/static/project.json b/apps/static/project.json index f144c5fee..92079ae70 100644 --- a/apps/static/project.json +++ b/apps/static/project.json @@ -46,15 +46,6 @@ "buildTarget": "static:build:production" } } - }, - "build-netlify": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "cp apps/static/netlify.toml netlify.toml", - "nx build static" - ] - } } } } diff --git a/apps/trading/project.json b/apps/trading/project.json index c3b731fcf..671b013b9 100644 --- a/apps/trading/project.json +++ b/apps/trading/project.json @@ -51,15 +51,6 @@ "lintFilePatterns": ["apps/trading/**/*.{ts,tsx,js,jsx}"] } }, - "build-netlify": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "cp apps/trading/netlify.toml netlify.toml", - "nx build trading" - ] - } - }, "build-spec": { "executor": "nx:run-commands", "outputs": [],