From: Eduardo San Martin Morote Date: Fri, 17 Jul 2020 08:16:02 +0000 (+0200) Subject: build: clear build cache X-Git-Tag: v4.0.0-beta.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024be337f03e832fad189e0d6f8a90aad072d4d4;p=thirdparty%2Fvuejs%2Frouter.git build: clear build cache --- diff --git a/scripts/release.sh b/scripts/release.sh index e81e7eb0..e0e4e8e3 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -11,6 +11,8 @@ if [[ $REPLY =~ ^[Yy]$ ]] then echo "Releasing v$VERSION ..." + # clear existing ts cache + rm -rf node_modules/.rts2_cache yarn run build yarn run build:dts