Skip to content

Commit b49abcd

Browse files
committed
Fix npm package content
1 parent 5bacd1d commit b49abcd

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

.npmignore renamed to packages/components/.npmignore

+8-16
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,27 @@ src/
33

44
# Docs
55
docs/
6-
samples/
7-
CODE_OF_CONDUCT.md
8-
SECURITY.md
9-
CONTRIBUTING.md
106

117
# Tests
128
*.spec.*
139
coverage/
10+
test-results/
1411

1512
# Builds
1613
build/
1714
storybook-static/
1815

1916
# Config files
20-
.vscode
21-
.github
17+
.storybook
2218
.eslintrc.js
2319
.eslintignore
24-
.prettierrc
25-
.prettierignore
26-
.storybook
27-
babel.config.js
20+
api-extractor.json
21+
jest.config.js
2822
tsconfig.json
29-
tsconfig.build.json
30-
webpack.config.js
23+
tsconfigbase.json
24+
tsconfig.storybook.json
3125
rollup.config.js
32-
policheck
33-
azure-pipelines.yml
34-
api-extractor.json
26+
playwright.config.ts
3527

3628
# Cache
37-
temp
29+
temp

0 commit comments

Comments
 (0)