Skip to content

Commit

Permalink
ci: add build to release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Aug 27, 2024
1 parent a4c6108 commit 8f63797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/epo-widget-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build-storybook:production": "yarn build-storybook -o ../../storybook-static/epo-widget-lib",
"test": "jest --max-workers=2",
"test:generate-output": "yarn test --json --outputFile=.jest-test-results.json || true",
"release": "semantic-release -e semantic-release-monorepo --debug"
"release": "yarn build && clean-publish --without-publish && semantic-release -e semantic-release-monorepo --debug"
},
"files": [
"README.md",
Expand Down

0 comments on commit 8f63797

Please sign in to comment.