Skip to content

Commit 5bea1cc

Browse files
committed
ignore file that breaks build
1 parent 46669ab commit 5bea1cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"node_modules/bit-docs*/**/*_test.js",
6060
"node_modules/bit-docs*/**/test_*.js",
6161
"node_modules/bit-docs*/**/test.js",
62-
"node_modules/bit-docs-generate-html/site/**/*"
62+
"node_modules/bit-docs-generate-html/site/**/*",
63+
"node_modules/bit-docs-js/tags/module.md"
6364
]
6465
},
6566
"parent": "BitDocs",

0 commit comments

Comments
 (0)