Skip to content

Commit 77326e8

Browse files
committed
fix: make corresponding flow file for .cjs file
fix DylanVann#784
1 parent a88e55f commit 77326e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"RNFastImage.podspec"
3232
],
3333
"scripts": {
34-
"build": "dv-scripts build && cp src/index.js.flow dist/index.js.flow",
34+
"build": "dv-scripts build && cp src/index.js.flow dist/index.js.flow && cp src/index.js.flow dist/index.cjs.js.flow",
3535
"lint": "dv-scripts lint",
3636
"release": "dv-scripts release",
3737
"test": "dv-scripts test"

0 commit comments

Comments
 (0)