Skip to content

Commit

Permalink
fix: use pnpm@8 until nrwl/nx#22906 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
binary64 committed May 6, 2024
1 parent 88b26f6 commit 78fee0a
Show file tree
Hide file tree
Showing 2 changed files with 6,815 additions and 8,798 deletions.
11 changes: 7 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"dependsOn": ["^build"],
"cache": true
},
"e2e": {
Expand Down Expand Up @@ -51,5 +49,10 @@
},
"defaultProject": "blabber",
"nxCloudAccessToken": "MjBiNjIwNjYtNGJiNS00MjNjLTgxNDMtNjM2NjM5OTdmMjc1fHJlYWQtd3JpdGU=",
"useInferencePlugins": false
"useInferencePlugins": false,
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": true
}
}
}
Loading

0 comments on commit 78fee0a

Please sign in to comment.