[remark-callouts][s]: rm pubish targets and adjst build executor
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nrwl/web:rollup",
|
"executor": "@nrwl/rollup:rollup",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"entryFile": "packages/remark-callouts/src/index.ts",
|
"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": []
|
"tags": []
|
||||||
|
|||||||
Reference in New Issue
Block a user