kcd-scripts version: 6.6.0
node version: 14.14.0
npm version: 6.14.8
Relevant code or config
$ kcd-scripts build --out-dir .
What you did:
Run npm run build in the root of the project
What happened:
src/__tests__/gatsby-node.js was deleted
Reproduction repository:
https://github.com/MichaelDeBoey/gatsby-plugin-pinterest/tree/support-pluginOptionsSchema
Problem description:
When implementing gatsby-uc/gatsby-plugin-pinterest#15 and running npm run build or npm run validate in the root of the project, src/__tests__/gatsby-node.js was deleted.
Suggested solution:
Investigation needed 🤔