We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdebd7 commit 86057dcCopy full SHA for 86057dc
npm/create-cypress-tests/package.json
@@ -50,5 +50,10 @@
50
},
51
"license": "MIT",
52
"repository": "https://github.com/cypress-io/cypress.git",
53
- "homepage": "https://github.com/cypress-io/cypress/blob/develop/npm/create-cypress-tests/#readme"
+ "homepage": "https://github.com/cypress-io/cypress/blob/develop/npm/create-cypress-tests/#readme",
54
+ "nx": {
55
+ "implicitDependencies": [
56
+ "@packages/example"
57
+ ]
58
+ }
59
}
0 commit comments