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