From 55e7437b2f89633d88323d0d4843e453e485981b Mon Sep 17 00:00:00 2001 From: Baz Utsahajit Date: Thu, 25 Apr 2024 15:45:22 +0100 Subject: [PATCH] Revert package change --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index e846d5d2..573c6c47 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,7 @@ "lint": "xs lint --max-warnings 0", "lint:fix": "xs lint --fix", "prepare": "husky install", - "release": "xs bump,build,docs && npm run release:dist && xs git-push", - "release:dist": "npm publish --tag latest-1.x", + "release": "xs bump,build,docs,publish,git-push", "serve": "xs serve", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build --output-dir docs/storybook",