[remark-callouts][s]: rm pubish targets and adjst build executor
This commit is contained in:
parent
e25f1f2cd2
commit
90d736a895
@ -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": []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user