]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
build: clear build cache
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 17 Jul 2020 08:16:02 +0000 (10:16 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 17 Jul 2020 08:16:02 +0000 (10:16 +0200)
scripts/release.sh

index e81e7eb0e4504e7aac064b4de51e307b4ec6e575..e0e4e8e3557f1168983d63f1928f054a4f27621e 100644 (file)
@@ -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