Skip to content

Commit

Permalink
Configure nx to use pnpm (#338)
Browse files Browse the repository at this point in the history
* Configure nx to use pnpm

* add nx cloud id
  • Loading branch information
ntotten authored Nov 17, 2024
1 parent c44f4e9 commit c43c699
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
}
}
],
"cli": {
"packageManager": "pnpm"
},
"release": {
"projects": ["zudoku", "create-zudoku-app", "config"],
"releaseTagPattern": "v{version}",
Expand All @@ -52,5 +55,6 @@
}
}
}
}
},
"nxCloudId": "66c785a803393268ce035946"
}

0 comments on commit c43c699

Please sign in to comment.