Skip to content

Commit e9b4122

Browse files
committed
Do not generate *test.js.flow files.
1 parent 5941cce commit e9b4122

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

dist/use-extra-deps/index.test.js.flow

Lines changed: 0 additions & 53 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "jest",
1010
"test:watch": "yarn run test -- --watch",
1111
"check-git-clean": "./check-git-clean.sh",
12-
"gen-flow": "yarn run flow-copy-source --ignore \"*.test.js\" src dist"
12+
"gen-flow": "yarn run flow-copy-source --ignore '**/*.test.js' src dist"
1313
},
1414
"babel": {
1515
"presets": [

0 commit comments

Comments
 (0)