Create dist-zip after deletion

This commit is contained in:
Tamius Han 2020-01-19 21:32:49 +01:00
parent 6031a99af7
commit 9234b86e46

View File

@ -40,6 +40,7 @@ fi
npm ci npm ci
rm -rf ./dist-zip || true # no big deal if ./dist-zip doesn't exist rm -rf ./dist-zip || true # no big deal if ./dist-zip doesn't exist
mkdir dist-zip # create it back
# #
# build firefox # build firefox