diff --git a/package.json b/package.json index c45578673..84b9cf8c0 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "*** Cypress ***": "", "cy:open": "cypress open --project ./projects/demo-integrations/", "cy:run": "nx e2e demo-integrations", - "release": "npx nx run-many --target publish --all", + "release": "npx nx run-many --target publish --all || echo \"No error\"", "release:local": "npx release-it --no-git.push --'hooks.before:release=\"echo Skip publish\"'" }, "commitlint": {