Skip to content

Commit a4be887

Browse files
chore(config): update .npmignore file
1 parent df2bdb7 commit a4be887

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.eslintignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
# Disable eslint for stories
2-
/stories
3-
4-
# Disable eslint for Docusaurus
5-
/website
6-
/docs
2+
/stories

.npmignore

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
/test-results
2-
/.jest-cache
3-
/stories
4-
/.storybook
5-
/__tests__
6-
renovate.json
7-
.github
8-
.circleci
9-
src
1+
# blacklist all
2+
**
3+
# include whitelist
4+
!build/**

0 commit comments

Comments
 (0)