Skip to content

Commit

Permalink
#263 leave unversioned files in dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 15, 2024
1 parent 2c42cf1 commit 0f9c01f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ release:
git add -f dist/tacit-css-${tag}.min.css
git add -f dist/tacit-css-${tag}.min.css.map
git add -f dist/tacit-css-${tag}.css
git add -f dist/tacit-css.min.css
git add -f dist/tacit-css.css
git commit -am "Added CSS files for ${tag}"
# We'll gonna need these files later...
Expand Down

0 comments on commit 0f9c01f

Please sign in to comment.