1
0
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:
Nathan Downs 2019-07-02 10:11:57 -07:00
parent 6e153daedc
commit 05325cf799

View File

@ -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