Skip to content

Commit

Permalink
chore: update nx to 19 (DevExpress#27433)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev authored May 23, 2024
1 parent e8d8b8a commit 0d5c7fe
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 871 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Nx 18 enables using plugins to infer targets by default
# This is disabled for existing workspaces to maintain compatibility
# For more info, see: https://nx.dev/concepts/inferred-tasks
NX_ADD_PLUGINS=false
6 changes: 2 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"affected": {
"defaultBase": "master"
},
"nxCloudAccessToken": "ZDFmMzkyZTYtZmU5MC00MDMyLWI3NDktYjhhYWUxZWM4YTg3fHJlYWQ=",
"targetDefaults": {
"build": {
Expand Down Expand Up @@ -48,5 +45,6 @@
"workspaceLayout": {
"appsDir": "apps",
"libsDir": "packages"
}
},
"defaultBase": "master"
}
Loading

0 comments on commit 0d5c7fe

Please sign in to comment.