Skip to content

Commit

Permalink
chore(root): configure plugin in nx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Jan 18, 2025
1 parent 037f094 commit 29f69db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"nxCloudAccessToken": "ZWJiNDliYTgtNzFiMi00NDg2LWFkZGMtYjIxOWY0MDU1ZGYxfHJlYWQtb25seQ==",
"useInferencePlugins": false,
"parallel": 5,
"plugins": [
{
"plugin": "@nx/playwright/plugin",
"options": {
"ciTargetName": "e2e-ci",
"targetName": "e2e"
}
}
],
"namedInputs": {
"sharedGlobals": [
"{workspaceRoot}/.nvmrc",
Expand Down

0 comments on commit 29f69db

Please sign in to comment.