[core/project.json][xs]: rm publish targets
This commit is contained in:
parent
0710955032
commit
c61a2db628
@ -40,24 +40,6 @@
|
|||||||
"jestConfig": "packages/core/jest.config.ts",
|
"jestConfig": "packages/core/jest.config.ts",
|
||||||
"passWithNoTests": true
|
"passWithNoTests": true
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"publish:dry": {
|
|
||||||
"executor": "nx:run-commands",
|
|
||||||
"options": {
|
|
||||||
"commands": ["npm publish --dry-run"],
|
|
||||||
"parallel": false,
|
|
||||||
"cwd": "packages/core/dist"
|
|
||||||
},
|
|
||||||
"dependsOn": ["build"]
|
|
||||||
},
|
|
||||||
"publish": {
|
|
||||||
"executor": "nx:run-commands",
|
|
||||||
"options": {
|
|
||||||
"commands": ["npm publish"],
|
|
||||||
"parallel": false,
|
|
||||||
"cwd": "packages/core/dist"
|
|
||||||
},
|
|
||||||
"dependsOn": ["build"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user