mirror of
https://github.com/twitter/twemoji.git
synced 2025-08-04 15:16:34 +09:00
Copy the dist file so that it's still there when we want to publish
This commit is contained in:
@ -20,8 +20,8 @@ pushd "v/"
|
||||
if [ -d $VERSION ]; then
|
||||
rm -r $VERSION
|
||||
fi
|
||||
# Create new version folder out of dist/
|
||||
mv -f $DIST $VERSION
|
||||
|
||||
cp -r $DIST $VERSION
|
||||
git add $VERSION
|
||||
|
||||
rm latest
|
||||
|
Reference in New Issue
Block a user