Skip to content

Commit 51a7aa9

Browse files
authored
fix: ignore docs during build (#852)
1 parent e6257e4 commit 51a7aa9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.*
22
bin/
3+
docs/
34
src/
45
jest.setup.ts

tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
3-
"exclude": ["bin", "src/**/__tests__", "jest.setup.ts"]
3+
"exclude": ["bin", "src/**/__tests__", "docs/**", "jest.setup.ts"]
44
}

0 commit comments

Comments
 (0)