Skip to content

Commit 424de38

Browse files
committed
rm existing files while publishing to npm branch
1 parent c23cc6b commit 424de38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/gitpublish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ git clone -b npm "https://${GH_TOKEN}@github.com/facebook/immutable-js.git" npm
1717

1818
# Remove existing files first
1919
rm -rf npm/**/*
20+
rm -rf npm/*
2021

2122
# Copy over necessary files
2223
cp -r dist npm/

0 commit comments

Comments
 (0)