From c34234142f1e266ca60448c23ddf1e3b0ee4b53c Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Fri, 22 Jun 2018 14:51:14 +0200 Subject: [PATCH] test - trigger deletion of .cache --- www/gatsby-node.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/gatsby-node.js b/www/gatsby-node.js index 22bb739b42a3c..5d216ec709130 100644 --- a/www/gatsby-node.js +++ b/www/gatsby-node.js @@ -322,3 +322,5 @@ exports.onPostBuild = () => { `./public/gatsbygram.mp4` ) } + +// trigger deletion of .cache \ No newline at end of file