We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88e55f commit 77326e8Copy full SHA for 77326e8
package.json
@@ -31,7 +31,7 @@
31
"RNFastImage.podspec"
32
],
33
"scripts": {
34
- "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",
35
"lint": "dv-scripts lint",
36
"release": "dv-scripts release",
37
"test": "dv-scripts test"
0 commit comments