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

remove node_modules from workspace.json

parent b603791a
......@@ -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"
}
},
......
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