[core/project.json][xs]: rm publish targets

This commit is contained in:
olayway 2023-06-06 15:51:01 +02:00
parent 0710955032
commit c61a2db628

View File

@ -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"]
} }
} }
} }