Skip to content

Commit

Permalink
fix(release): Improve releases (#554)
Browse files Browse the repository at this point in the history
* fix(release): fixing releases to run build script

* fix(test): add test component to see if new release works
  • Loading branch information
ehsan-github authored Dec 21, 2023
1 parent 0578266 commit 3a3790c
Show file tree
Hide file tree
Showing 447 changed files with 9 additions and 105,953 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_modules

# builds
build
# dist
dist
.rpt2_cache
storybook-static

Expand Down
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/npm",
[
"@semantic-release/github",
{
Expand Down
Loading

0 comments on commit 3a3790c

Please sign in to comment.