Skip to content

Commit

Permalink
Remove flow-typed from deploy script
Browse files Browse the repository at this point in the history
apollographql#1354 removed all flow-typed so there is no flow-typed directory anymore
  • Loading branch information
TSMMark committed Dec 3, 2017
1 parent 1cd331e commit 0474697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ cp LICENSE npm/
cp src/index.js.flow npm/
# please keep this in sync with the filename used in package.main
cp src/index.js.flow npm/react-apollo.umd.js.flow
cp -R flow-typed npm/

echo 'deploying to npm...'
cd npm && npm publish

0 comments on commit 0474697

Please sign in to comment.