From 77326e8b09954ab8c27785fe84427b1ed3d9290f Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Thu, 16 Sep 2021 22:50:56 +0700 Subject: [PATCH] fix: make corresponding flow file for .cjs file fix #784 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8dd1eb..34ea88f 100644 --- a/package.json +++ b/package.json @@ -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"