We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ccba5 commit 56bee7fCopy full SHA for 56bee7f
src/cli.ts
@@ -170,7 +170,7 @@ yargs
170
}
171
172
const prepare = 'bob build';
173
- const files = [source, output];
+ const files = [source, output, '!**/__tests__'];
174
175
for (const key in entries) {
176
const entry = entries[key];
templates/common/$package.json
@@ -13,8 +13,9 @@
13
"android",
14
"ios",
15
"cpp",
16
- "!**/__tests__",
17
- "<%= project.podspec %>.podspec"
+ "<%= project.podspec %>.podspec",
+ "!lib/typescript/example",
18
+ "!**/__tests__"
19
],
20
"scripts": {
21
"test": "jest",
0 commit comments