File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,23 @@ RUN find "$(pwd)/node_modules" -type f \( \
4545 -name "*.ts" -o \
4646 -name "*.md" -o \
4747 -name "*.swp" -o \
48+ -name "*.tgz" -o \
4849 -name ".npm*" -o \
4950 -name "LICENSE" -o \
5051 -name "AUTHORS" -o \
5152 -name "CONTRIBUTORS" -o \
5253 -name "CHANGES" -o \
54+ -name ".DS_Store" -o \
55+ -name ".babelrc" -o \
56+ -name "jest.config.js" -o \
57+ -name "tslint.json" -o \
58+ -name "eslint" -o \
59+ -name ".eslintrc.js" -o \
60+ -name ".eslintrc.json" -o \
61+ -name ".eslintrc.yml" -o \
5362 -name ".prettierrc*" -o \
5463 -name ".travis.yml" -o \
64+ -name ".gitlab-ci.yml" -o \
5565 -name "appveyor.yml" -o \
5666 -name ".coveralls.yml" \
5767\) -exec rm -f {} \;
@@ -63,6 +73,9 @@ RUN find "$(pwd)/node_modules" -type d \( \
6373 -name "tests" -o \
6474 -name "test" -o \
6575 -name "__tests__" -o \
76+ -name "example" -o \
77+ -name "examples" -o \
78+ -name ".nyc_output" -o \
6679 -name ".idea" -o \
6780 -name ".vscode" -o \
6881 -name "coverage" -o \
You can’t perform that action at this time.
0 commit comments