[remark-embed][xs]: rm publish targets

This commit is contained in:
olayway
2023-06-06 16:25:01 +02:00
parent c02f7c4a02
commit 7303a492fe

View File

@@ -20,7 +20,7 @@
} }
}, },
"build": { "build": {
"executor": "@nrwl/web:rollup", "executor": "@nrwl/rollup:rollup",
"outputs": ["{options.outputPath}"], "outputs": ["{options.outputPath}"],
"options": { "options": {
"entryFile": "packages/remark-embed/src/index.ts", "entryFile": "packages/remark-embed/src/index.ts",
@@ -39,22 +39,6 @@
} }
] ]
} }
},
"publish:dry": {
"executor": "nx:run-commands",
"options": {
"commands": ["npm publish --dry-run"],
"parallel": false,
"cwd": "packages/remark-embed/dist"
}
},
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": ["npm publish"],
"parallel": false,
"cwd": "packages/remark-embed/dist"
}
} }
}, },
"tags": [] "tags": []