From 0403932c3840cb2e567cc98521fadb60c0e2e807 Mon Sep 17 00:00:00 2001 From: David Disu Date: Tue, 28 Dec 2021 19:54:41 +0100 Subject: [PATCH] Add run-tab config to workspace.json --- workspace.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/workspace.json b/workspace.json index 5426bf7b65..e07c9d3c75 100644 --- a/workspace.json +++ b/workspace.json @@ -1155,6 +1155,19 @@ } } } + }, + "remix-ui-run-tab": { + "root": "libs/remix-ui/run-tab", + "sourceRoot": "libs/remix-ui/run-tab/src", + "projectType": "library", + "architect": { + "lint": { + "builder": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["libs/remix-ui/run-tab/**/*.{ts,tsx,js,jsx}"] + } + } + } } }, "cli": {