From b05650c4166f5ce04cb761e4f3730cf2656c8192 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 17 Feb 2022 19:17:58 -0800 Subject: [PATCH] fix: setup script to build only what's necessary --- nx.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/nx.json b/nx.json index e92f224f4..2dbd55d3c 100644 --- a/nx.json +++ b/nx.json @@ -6,23 +6,11 @@ }, "implicitDependencies": { "workspace.json": "*", - "package.json": { - "dependencies": "*", - "devDependencies": "*" - }, "tsconfig.json": "*", "tslint.json": "*", "nx.json": "*", ".eslintrc.json": "*" }, - "targetDependencies": { - "build": [ - { - "target": "build", - "projects": "dependencies" - } - ] - }, "cli": { "defaultCollection": "@nrwl/workspace" },