[remark-wiki-link/project.json][xs]: rm publish targets
This commit is contained in:
parent
5dbb4e5f38
commit
113ab3c0c2
@ -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-wiki-link/src/index.ts",
|
"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": []
|
"tags": []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user