From ec9e410b8ebcbb7767968abf13df60ccfe62d120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJamesHenry=E2=80=9D?= Date: Mon, 29 Jan 2024 22:30:21 +0400 Subject: [PATCH] chore(release): update snapshot --- e2e/release/src/private-js-packages.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/release/src/private-js-packages.test.ts b/e2e/release/src/private-js-packages.test.ts index e205d36b341d9..c091f827a7a8d 100644 --- a/e2e/release/src/private-js-packages.test.ts +++ b/e2e/release/src/private-js-packages.test.ts @@ -202,7 +202,7 @@ describe('nx release - private JS packages', () => { - {private-project-name} - There are a few possible reasons for this: (1) The projects may be private (2) You may not have an appropriate plugin (such as \`@nx/js\`) installed which adds the target automatically to public projects (3) You intended to configure the target manually, or exclude those projects via config in nx.json + This is usually caused by not having an appropriate plugin, such as "@nx/js" installed, which will add the appropriate "nx-release-publish" target for you automatically. Pass --verbose to see the stacktrace.