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
|
# build and test
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
rm -f browserify-cache*
|
||||||
npm run build
|
npm run build
|
||||||
grunt test
|
grunt test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user