From 3976f8cb153e5fd8ac18e6d4baf6424867cbd486 Mon Sep 17 00:00:00 2001 From: Shahriar Shojib Date: Sun, 21 Aug 2022 00:34:39 +0600 Subject: [PATCH] fixed typo on publish command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3baef44..c9eef68 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "format": "prettier -c -w .", "ci": "yarn --frozen-lockfile", "test": "jest", - "release": "changesets publish" + "release": "changeset publish" }, "dependencies": { "abort-controller": "^3.0.0",