diff --git a/nx.json b/nx.json index d100fd87c7..6151beea98 100644 --- a/nx.json +++ b/nx.json @@ -1,4 +1,5 @@ { + "$schema": "./node_modules/nx/schemas/nx-schema.json", "namedInputs": { "default": ["{projectRoot}/**/*"], "production": [ diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json index 2f9de56225..730feab1db 100644 --- a/packages/core/admin/package.json +++ b/packages/core/admin/package.json @@ -156,7 +156,7 @@ "targets": { "build": { "outputs": [ - "./build" + "{projectRoot}/build" ] } }, diff --git a/packages/core/helper-plugin/package.json b/packages/core/helper-plugin/package.json index 23c55c3975..dcdeeecc44 100644 --- a/packages/core/helper-plugin/package.json +++ b/packages/core/helper-plugin/package.json @@ -111,7 +111,7 @@ "targets": { "build": { "outputs": [ - "./build" + "{projectRoot}/build" ] } }