Remove browserify caches when releasing

This commit is contained in:
Daniel Huigens 2019-11-18 19:58:21 +01:00
parent 01b077e59c
commit c70d1500a6

View File

@ -20,6 +20,7 @@ grunt set_version --release=$1
# build and test
rm -rf dist
rm -f browserify-cache*
npm run build
grunt test