Skip to content

Commit 86057dc

Browse files
authored
chore: add @packages/example as a dependency of create-cypress-tests (#27978)
1 parent 6bdebd7 commit 86057dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

npm/create-cypress-tests/package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,10 @@
5050
},
5151
"license": "MIT",
5252
"repository": "https://github.com/cypress-io/cypress.git",
53-
"homepage": "https://github.com/cypress-io/cypress/blob/develop/npm/create-cypress-tests/#readme"
53+
"homepage": "https://github.com/cypress-io/cypress/blob/develop/npm/create-cypress-tests/#readme",
54+
"nx": {
55+
"implicitDependencies": [
56+
"@packages/example"
57+
]
58+
}
5459
}

0 commit comments

Comments
 (0)