Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit f44b271

Browse files
Splaktarjelbourn
authored andcommitted
chore(release): workaround npm issue where .git/ dir is published (#11695)
Fixes #11684
1 parent 43035fd commit f44b271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
'git pull --rebase --strategy=ours',
252252
'git push',
253253
'git push --tags',
254+
'rm -rf .git/',
254255
'npm publish',
255256
'cd ..'
256257
);

0 commit comments

Comments
 (0)