From e5c034e254feae8de60d3fa7c4686137df7e0960 Mon Sep 17 00:00:00 2001 From: Marlon Ugocioni Marcello Date: Tue, 28 Nov 2023 14:39:40 -0800 Subject: [PATCH] fix: changeset command (#9) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b92622..219d427 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "start": "vite", "build": "rm -rf dist && vite build", "version": "changeset version", - "release": "npm run build && changeset release", + "release": "npm run build && changeset publish", "lint:scripts": "eslint --report-unused-disable-directives --max-warnings 0 --ext .tsx,ts --ignore-path .gitignore .", "lint:styles": "stylelint src/**/*.{css,scss}", "lint": "npm run lint:scripts && npm run lint:styles",