[remark-embed][xs]: rm publish targets
This commit is contained in:
parent
c02f7c4a02
commit
7303a492fe
@ -20,7 +20,7 @@
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "@nrwl/web:rollup",
|
||||
"executor": "@nrwl/rollup:rollup",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"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": []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user