fix: make corresponding flow file for .cjs file

fix #784
This commit is contained in:
Dylan Vann 2021-09-16 22:50:56 +07:00
parent a88e55fa0d
commit 77326e8b09
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"RNFastImage.podspec"
],
"scripts": {
"build": "dv-scripts build && cp src/index.js.flow dist/index.js.flow",
"build": "dv-scripts build && cp src/index.js.flow dist/index.js.flow && cp src/index.js.flow dist/index.cjs.js.flow",
"lint": "dv-scripts lint",
"release": "dv-scripts release",
"test": "dv-scripts test"