From a520ba3595bb8deb1f5727e6abfd5a75bd4c83a1 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 5 Jul 2024 13:05:23 +0100 Subject: [PATCH] Updated executor to new @nx --- lib/js-api/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/js-api/project.json b/lib/js-api/project.json index 0e1d658fb45..96dd10f8bff 100644 --- a/lib/js-api/project.json +++ b/lib/js-api/project.json @@ -6,7 +6,7 @@ "prefix": "adf", "targets": { "build": { - "executor": "@nrwl/js:tsc", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/libs/js-api",