[remark-embed][xs]: rm publish targets
This commit is contained in:
@@ -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": []
|
||||||
|
|||||||
Reference in New Issue
Block a user