grabthar-release
v1.0.10 template
flow-typed
rm -rf ./flow-typed && flow-typed install
lint
eslint scripts/
flow
flow check
test
npm run lint && npm run flow-typed && npm run flow
babel
babel scripts --ignore=node_modules --out-dir scripts --source-maps inline
prepublish
in-publish && npm run babel || not-in-publish
postpublish
git checkout ./scripts
postinstall
npm install @paypalcorp/web --registry=https://npm.paypal.com