Skip to content

Commit ad7a2e6

Browse files
committed
build: whitelist the root gatsby-node.js for npm release
1 parent 96a4ba4 commit ad7a2e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.presetterrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"preset": "presetter-preset"
2+
"preset": "presetter-preset",
3+
"config": {
4+
"npmignore": ["!gatsby-node.js"]
5+
}
36
}

0 commit comments

Comments
 (0)