From 376fc897e494c9895b83a1ca3933d559376ed50c Mon Sep 17 00:00:00 2001 From: astone123 Date: Wed, 4 Oct 2023 14:58:34 -0600 Subject: [PATCH] try to fix build --- npm/create-cypress-tests/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/npm/create-cypress-tests/package.json b/npm/create-cypress-tests/package.json index bc47f517f52a..695a20a2695a 100644 --- a/npm/create-cypress-tests/package.json +++ b/npm/create-cypress-tests/package.json @@ -50,5 +50,10 @@ }, "license": "MIT", "repository": "https://github.com/cypress-io/cypress.git", - "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", + "nx": { + "implicitDependencies": [ + "@packages/example" + ] + } }