remove node_modules from workspace.json

pull/597/head
GrandSchtroumpf 4 years ago committed by ioedeveloper
parent b603791a99
commit cfecba4b1a
  1. 46
      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"
}
},

Loading…
Cancel
Save