Skip to content

Commit

Permalink
Release: remove dist files from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jul 17, 2024
1 parent 51fffe9 commit be048a0
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 66,355 deletions.
2 changes: 2 additions & 0 deletions build/release/post-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ git add package.json
# Leave the tmp folder as some files are needed
# after the release (such as for emailing archives).
npm run build:clean
git rm --cached -r dist/ dist-module
git add dist/package.json dist/wrappers dist-module/package.json dist-module/wrappers
git commit -m "Release: remove dist files from main branch"

# Wait for confirmation from user to push changes
Expand Down
Loading

0 comments on commit be048a0

Please sign in to comment.