Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
cfecba4b
Commit
cfecba4b
authored
Nov 23, 2020
by
GrandSchtroumpf
Committed by
ioedeveloper
Nov 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove node_modules from workspace.json
parent
b603791a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
38 deletions
+8
-38
workspace.json
workspace.json
+8
-38
No files found.
workspace.json
View file @
cfecba4b
...
...
@@ -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"
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment