Skip to content

Commit

Permalink
fix: make corresponding flow file for .cjs file
Browse files Browse the repository at this point in the history
fix #784
  • Loading branch information
DylanVann committed Sep 16, 2021
1 parent a88e55f commit 77326e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 77326e8

Please sign in to comment.