From 113ab3c0c26bbe2bc12f05e4af2e931d3b85566a Mon Sep 17 00:00:00 2001 From: olayway Date: Tue, 6 Jun 2023 16:59:59 +0200 Subject: [PATCH] [remark-wiki-link/project.json][xs]: rm publish targets --- packages/remark-wiki-link/project.json | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/packages/remark-wiki-link/project.json b/packages/remark-wiki-link/project.json index e327dbc9..d1270be0 100644 --- a/packages/remark-wiki-link/project.json +++ b/packages/remark-wiki-link/project.json @@ -20,7 +20,7 @@ } }, "build": { - "executor": "@nrwl/web:rollup", + "executor": "@nrwl/rollup:rollup", "outputs": ["{options.outputPath}"], "options": { "entryFile": "packages/remark-wiki-link/src/index.ts", @@ -39,24 +39,6 @@ } ] } - }, - "publish:dry": { - "executor": "nx:run-commands", - "options": { - "commands": ["npm publish --dry-run"], - "parallel": false, - "cwd": "packages/remark-wiki-link/dist" - }, - "dependsOn": ["build"] - }, - "publish": { - "executor": "nx:run-commands", - "options": { - "commands": ["npm publish"], - "parallel": false, - "cwd": "packages/remark-wiki-link/dist" - }, - "dependsOn": ["build"] } }, "tags": []