diff --git a/typescript/.nxreleaserc.json b/typescript/.nxreleaserc.json index 16de25298..1b0045182 100644 --- a/typescript/.nxreleaserc.json +++ b/typescript/.nxreleaserc.json @@ -6,6 +6,6 @@ "branches": [ "master" ], - "buildTarget": "build", - "outputPath": "dist" + "buildTarget": "${PROJECT_NAME}:build", + "outputPath": "${PROJECT_DIR}/dist" }