From fc41958266566fb3b10ac528edb03db890bce61f Mon Sep 17 00:00:00 2001 From: GrandSchtroumpf Date: Mon, 23 Nov 2020 10:10:43 +0100 Subject: [PATCH] remove node_modules from workspace.json --- workspace.json | 46 ++++++++-------------------------------------- 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/workspace.json b/workspace.json index e937be4548..44bdcbb6ac 100644 --- a/workspace.json +++ b/workspace.json @@ -103,9 +103,7 @@ "build": { "builder": "@nrwl/workspace:run-commands", "options": { - "commands": [ - "tsc -p apps/remix-ide-e2e/tsconfig.e2e.json" - ] + "commands": ["tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"] } }, "e2e": { @@ -145,11 +143,7 @@ "test": { "builder": "@nrwl/workspace:run-commands", "options": { - "commands": [ - { - "command": "./../../node_modules/.bin/npm-run-all test" - } - ], + "commands": ["npm-run-all test"], "cwd": "libs/remix-analyzer" } }, @@ -183,11 +177,7 @@ "test": { "builder": "@nrwl/workspace:run-commands", "options": { - "commands": [ - { - "command": "./../../node_modules/.bin/npm-run-all test" - } - ], + "commands": ["npm-run-all test"], "cwd": "libs/remix-astwalker" } }, @@ -221,11 +211,7 @@ "test": { "builder": "@nrwl/workspace:run-commands", "options": { - "commands": [ - { - "command": "./../../node_modules/.bin/npm-run-all test" - } - ], + "commands": ["npm-run-all test"], "cwd": "libs/remix-debug" } }, @@ -270,11 +256,7 @@ "test": { "builder": "@nrwl/workspace:run-commands", "options": { - "commands": [ - { - "command": "./../../node_modules/.bin/npm-run-all test" - } - ], + "commands": ["npm-run-all test"], "cwd": "libs/remix-lib" } }, @@ -308,11 +290,7 @@ "test": { "builder": "@nrwl/workspace:run-commands", "options": { - "commands": [ - { - "command": "./../../node_modules/.bin/npm-run-all test" - } - ], + "commands": ["npm-run-all test"], "cwd": "libs/remix-simulator" } }, @@ -357,11 +335,7 @@ "test": { "builder": "@nrwl/workspace:run-commands", "options": { - "commands": [ - { - "command": "./../../node_modules/.bin/npm-run-all test" - } - ], + "commands": ["npm-run-all test"], "cwd": "libs/remix-solidity" } }, @@ -443,11 +417,7 @@ "test": { "builder": "@nrwl/workspace:run-commands", "options": { - "commands": [ - { - "command": "./../../node_modules/.bin/npm-run-all test" - } - ], + "commands": ["npm-run-all test"], "cwd": "libs/remix-url-resolver" } },