@krakenjs/grabthar-release
v3.4.0 template
flow-typed
rm -rf ./flow-typed && flow-typed install
lint
eslint scripts/ --ext .js,.mjs
flow
flow check
format
prettier --write --ignore-unknown .
format:check
prettier --check .
jest
jest
test
npm run format:check && npm run lint && npm run flow-typed && npm run flow && npm run jest
babel
babel scripts --ignore=node_modules,scripts/*.mjs --out-dir scripts --source-maps inline
postinstall
npm_config_registry=https://npm.paypal.com npm install @paypalcorp/web --no-save --proxy='null' --https-proxy='null' || echo 'Unable to install cdnx cli tools'
prepare
husky install
prepublishOnly
npm run babel
release
standard-version
postrelease
git push && git push --follow-tags && npm publish && git checkout ./scripts