From a59d31cbae99047af495ded6e51d845dc2cfc0ee Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Thu, 12 May 2022 10:03:23 +0530 Subject: [PATCH] nx.json update to fic build --- libs/remix-ws-templates/tsconfig.json | 2 +- libs/remix-ws-templates/tsconfig.lib.json | 5 ++--- nx.json | 9 +++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/remix-ws-templates/tsconfig.json b/libs/remix-ws-templates/tsconfig.json index be70d22834..eb1415fa71 100644 --- a/libs/remix-ws-templates/tsconfig.json +++ b/libs/remix-ws-templates/tsconfig.json @@ -3,5 +3,5 @@ "compilerOptions": { "types": ["node"], }, - "include": ["**/*.ts", "**/*.sol"] + "include": ["**/*.ts"] } \ No newline at end of file diff --git a/libs/remix-ws-templates/tsconfig.lib.json b/libs/remix-ws-templates/tsconfig.lib.json index fa525223fe..ca57f301c9 100644 --- a/libs/remix-ws-templates/tsconfig.lib.json +++ b/libs/remix-ws-templates/tsconfig.lib.json @@ -9,8 +9,7 @@ }, "exclude": [ "**/*.spec.ts", - "tests/", - "templates/" + "tests/" ], - "include": ["**/*.ts", "**/*.sol"] + "include": ["**/*.ts"] } diff --git a/nx.json b/nx.json index dc7a59fd15..c6fca5f4ad 100644 --- a/nx.json +++ b/nx.json @@ -50,6 +50,9 @@ "remix-url-resolver": { "tags": [] }, + "remix-ws-templates": { + "tags": [] + }, "remix-ide": { "tags": [], "implicitDependencies": [ @@ -60,7 +63,8 @@ "remix-solidity", "remix-tests", "remix-astwalker", - "remix-url-resolver" + "remix-url-resolver", + "remix-ws-templates" ] }, "remix-ide-e2e": { @@ -165,9 +169,6 @@ }, "remix-ui-permission-handler": { "tags": [] - }, - "remix-ws-templates": { - "tags": [] } }, "targetDependencies": {