From fdcdf6ddf3f4a192aed81cecb7ae6dd3d9140a06 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Fri, 7 Mar 2025 14:41:20 +0100 Subject: [PATCH] build: add nx ignore to make lerna publish again --- .nxignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .nxignore diff --git a/.nxignore b/.nxignore new file mode 100644 index 0000000000..5758b6a456 --- /dev/null +++ b/.nxignore @@ -0,0 +1,3 @@ +# Having fixtures with a package.json and project.json leads to a duplicate package resolution issue. +# see https://github.com/nrwl/nx/issues/20959 +@commitlint/*/fixtures/**