From 52210594ad4445f0e6f61ea81cbc3e5c6973256b Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Fri, 30 Aug 2019 12:03:53 +0100 Subject: [PATCH] Cache the lib/dist for npm publish purpose --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f14f51f79c..10c854099c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -151,3 +151,4 @@ cache: - node_modules - demo-shell/dist - tmp + - lib/dist