From 306eecfb778a1a04dacbaca3df9cd1ad1e752fcb Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Wed, 19 Jun 2019 14:23:26 +0200 Subject: [PATCH] chore(gatsby-remark-graphviz): add --ignore for test directory (#14906) --- packages/gatsby-remark-graphviz/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 2bfb3aa3d477c..9bee7f5ea187f 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -41,7 +41,7 @@ }, "repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz", "scripts": { - "build": "babel --out-dir . src", + "build": "babel --out-dir . src --ignore **/__tests__", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore **/__tests__" }