[remark-wiki-link/project.json][xs]: rm publish targets

This commit is contained in:
olayway 2023-06-06 16:59:59 +02:00
parent 5dbb4e5f38
commit 113ab3c0c2

View File

@ -20,7 +20,7 @@
}
},
"build": {
"executor": "@nrwl/web:rollup",
"executor": "@nrwl/rollup:rollup",
"outputs": ["{options.outputPath}"],
"options": {
"entryFile": "packages/remark-wiki-link/src/index.ts",
@ -39,24 +39,6 @@
}
]
}
},
"publish:dry": {
"executor": "nx:run-commands",
"options": {
"commands": ["npm publish --dry-run"],
"parallel": false,
"cwd": "packages/remark-wiki-link/dist"
},
"dependsOn": ["build"]
},
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": ["npm publish"],
"parallel": false,
"cwd": "packages/remark-wiki-link/dist"
},
"dependsOn": ["build"]
}
},
"tags": []