Skip to content

Commit

Permalink
chore(gatsby-remark-graphviz): add --ignore for test directory (gatsb…
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet authored and mxxk committed Jun 21, 2019
1 parent a192040 commit 306eecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-graphviz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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__"
}
Expand Down

0 comments on commit 306eecf

Please sign in to comment.