From f441c0337da25269962ae6eff38f5a95a55e7a7c Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Wed, 24 Jul 2024 12:02:04 +0200 Subject: [PATCH] renamed script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d80f92eddf..dd6ad4fd53 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "lint-style:fix": "yarn run lint-style --fix", "types:react": "yarn workspace @digdir/designsystemet-react types", "types:storefront": "yarn workspace storefront types", - "changeset": "changeset", + "add-changeset": "changeset", "version": "changeset version", "publish": "yarn run build && changeset publish" },