Commit cfecba4b authored by GrandSchtroumpf's avatar GrandSchtroumpf Committed by ioedeveloper

remove node_modules from workspace.json

parent b603791a
...@@ -103,9 +103,7 @@ ...@@ -103,9 +103,7 @@
"build": { "build": {
"builder": "@nrwl/workspace:run-commands", "builder": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": ["tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"]
"tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
]
} }
}, },
"e2e": { "e2e": {
...@@ -145,11 +143,7 @@ ...@@ -145,11 +143,7 @@
"test": { "test": {
"builder": "@nrwl/workspace:run-commands", "builder": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": ["npm-run-all test"],
{
"command": "./../../node_modules/.bin/npm-run-all test"
}
],
"cwd": "libs/remix-analyzer" "cwd": "libs/remix-analyzer"
} }
}, },
...@@ -183,11 +177,7 @@ ...@@ -183,11 +177,7 @@
"test": { "test": {
"builder": "@nrwl/workspace:run-commands", "builder": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": ["npm-run-all test"],
{
"command": "./../../node_modules/.bin/npm-run-all test"
}
],
"cwd": "libs/remix-astwalker" "cwd": "libs/remix-astwalker"
} }
}, },
...@@ -221,11 +211,7 @@ ...@@ -221,11 +211,7 @@
"test": { "test": {
"builder": "@nrwl/workspace:run-commands", "builder": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": ["npm-run-all test"],
{
"command": "./../../node_modules/.bin/npm-run-all test"
}
],
"cwd": "libs/remix-debug" "cwd": "libs/remix-debug"
} }
}, },
...@@ -270,11 +256,7 @@ ...@@ -270,11 +256,7 @@
"test": { "test": {
"builder": "@nrwl/workspace:run-commands", "builder": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": ["npm-run-all test"],
{
"command": "./../../node_modules/.bin/npm-run-all test"
}
],
"cwd": "libs/remix-lib" "cwd": "libs/remix-lib"
} }
}, },
...@@ -308,11 +290,7 @@ ...@@ -308,11 +290,7 @@
"test": { "test": {
"builder": "@nrwl/workspace:run-commands", "builder": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": ["npm-run-all test"],
{
"command": "./../../node_modules/.bin/npm-run-all test"
}
],
"cwd": "libs/remix-simulator" "cwd": "libs/remix-simulator"
} }
}, },
...@@ -357,11 +335,7 @@ ...@@ -357,11 +335,7 @@
"test": { "test": {
"builder": "@nrwl/workspace:run-commands", "builder": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": ["npm-run-all test"],
{
"command": "./../../node_modules/.bin/npm-run-all test"
}
],
"cwd": "libs/remix-solidity" "cwd": "libs/remix-solidity"
} }
}, },
...@@ -443,11 +417,7 @@ ...@@ -443,11 +417,7 @@
"test": { "test": {
"builder": "@nrwl/workspace:run-commands", "builder": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": ["npm-run-all test"],
{
"command": "./../../node_modules/.bin/npm-run-all test"
}
],
"cwd": "libs/remix-url-resolver" "cwd": "libs/remix-url-resolver"
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment