Remove browserify caches when releasing
This commit is contained in:
parent
01b077e59c
commit
c70d1500a6
|
@ -20,6 +20,7 @@ grunt set_version --release=$1
|
|||
|
||||
# build and test
|
||||
rm -rf dist
|
||||
rm -f browserify-cache*
|
||||
npm run build
|
||||
grunt test
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user