Skip to content

Commit be048a0

Browse files
committed
Release: remove dist files from main branch
1 parent 51fffe9 commit be048a0

18 files changed

+3
-66355
lines changed

build/release/post-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ git add package.json
5151
# Leave the tmp folder as some files are needed
5252
# after the release (such as for emailing archives).
5353
npm run build:clean
54+
git rm --cached -r dist/ dist-module
55+
git add dist/package.json dist/wrappers dist-module/package.json dist-module/wrappers
5456
git commit -m "Release: remove dist files from main branch"
5557

5658
# Wait for confirmation from user to push changes

0 commit comments

Comments
 (0)