Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out dotnet + utils to libraries in preparation for new packages #17

Merged
merged 4 commits into from
Apr 15, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into feat/library-separation
# Conflicts:
#	e2e/typescript-e2e/tests/typescript.spec.ts
#	jest.config.js
#	nx.json
#	packages/utils/src/lib/executors.ts
#	packages/utils/src/lib/index.ts
#	tsconfig.base.json
#	workspace.json
#	yarn.lock
  • Loading branch information
AgentEnder committed Apr 15, 2021
commit 24e9832b261890c9224f805f4cf66d3e4ca899f9
18 changes: 4 additions & 14 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"npmScope": "nx-dotnet",
"affected": {
"defaultBase": "master"
},
"affected": { "defaultBase": "master" },
"implicitDependencies": {
"workspace.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"package.json": { "dependencies": "*", "devDependencies": "*" },
"tsconfig.base.json": "*",
"tslint.json": "*",
".eslintrc.json": "*",
Expand All @@ -17,9 +12,7 @@
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
"options": { "cacheableOperations": ["build", "lint", "test", "e2e"] }
}
},
"projects": {
Expand All @@ -44,8 +37,5 @@
"tags": []
}
},
"workspaceLayout": {
"appsDir": "e2e",
"libsDir": "packages"
}
"workspaceLayout": { "appsDir": "e2e", "libsDir": "packages" }
}
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.