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",