Skip to content

Commit

Permalink
Fix missing file esm/index.js.flow in scripts/build/package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
leshakoss committed Sep 14, 2017
1 parent acd49ef commit 1d29e4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ do
cp -r "./src/$fnDir" "$dir/esm/"
done

# Copy global flow typing
cp ./src/index.js.flow "$dir/esm/index.js.flow"

# Copy esm indices
cp ./src/esm/index.js "$dir/esm/index.js"
cp ./src/esm/fp/index.js "$dir/esm/fp/index.js"
Expand Down

0 comments on commit 1d29e4a

Please sign in to comment.