Reset git befgore publishing package

This commit is contained in:
Dominik Prokop
2019-07-11 15:40:02 +02:00
parent 9b674b3944
commit 605de54852
+3
View File
@@ -27,6 +27,9 @@ else
echo $'\nBuilding packages'
yarn packages:build
echo $'\nCleaning repo'
git reset --hard
echo $'\nPublishing packages'
yarn packages:publishNext
fi