[remark-callouts][s]: rm pubish targets and adjst build executor

This commit is contained in:
olayway 2023-06-06 16:21:59 +02:00
parent e25f1f2cd2
commit 90d736a895

View File

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