Skip to content

Commit

Permalink
fix: export flow types
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 21, 2020
1 parent 051ad06 commit c6b11cb
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 @@ -90,7 +90,7 @@
"url": "https://github.com/gajus/express-tus"
},
"scripts": {
"build": "rm -fr ./dist && babel ./src --source-maps --copy-files --out-dir ./dist",
"build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps && flow-copy-source src dist",
"lint": "eslint --fix ./src && flow",
"test": "NODE_ENV=test ava --verbose --serial"
},
Expand Down

0 comments on commit c6b11cb

Please sign in to comment.