From a92e35e1e8dd01c45de2e88153c47ca9e62fa92c Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Wed, 25 Sep 2024 16:36:56 +0300 Subject: [PATCH] Revert "ci: add temporary fallback command for unsuccessful npm publish (#1698)" (#1699) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5dfeddfb..0e6268a9d 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 || echo \"No error\"", + "release": "npx nx run-many --target publish --all", "release:local": "npx release-it --no-git.push --'hooks.before:release=\"echo Skip publish\"'" }, "commitlint": {