diff --git a/package.json b/package.json index f76ba2031..6cd256c9f 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,7 @@ "lint:style": "npx stylelint --cache '{src,stories}/**/*.{html,scss}'", "lint:tsc": "npx tsc -p . --noEmit", "prepare": "patch-package && simple-git-hooks && touch documentation.json || exit 0", - "prerelease": "yarn build", - "release": "changeset publish", + "release": "yarn build && changeset publish", "start": "yarn storybook", "storybook": "ng run storybook:storybook", "storybook:build": "ng run storybook:build-storybook",