From a1dbecfa1f0d38a511038af5a7de9c5f3813dccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandras=20=C5=A0ukelovi=C4=8D?= Date: Fri, 23 Feb 2024 18:09:01 +0200 Subject: [PATCH] Fixed publish script --- .changeset/config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 9437282..432b15a 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["example"] + "ignore": [] } diff --git a/package.json b/package.json index 7e637ab..2d96656 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test:lcov": "pnpm run test --silent --ci --coverage", "test:watch": "pnpm run test --watch", "bump": "changeset version && pnpm i --lockfile-only", - "release": "pnpm build && changeset tag && pnpm publish -r" + "release": "pnpm build && changeset tag && pnpm publish" }, "dependencies": { "lodash": "^4.17.20",