@paypal/sdk-release

v5.0.364
Unified SDK wrapper module for tests, shared build config, and deploy.
template

add

grabthar-add

flow

flow check

lint

npm run format:check && eslint test/ *.js

test

npm run lint && npm run flow-typed && npm run flow && npm run validate-components && npm run validate-flat

karma

cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start

cdnify

grabthar-cdnify --recursive --cdn='https://www.paypalobjects.com'

format

prettier --write --ignore-unknown .

remove

grabthar-remove

flatten

grabthar-flatten

prepare

husky install

release

grabthar-release

upgrade

grabthar-upgrade

cdn-check

babel-node ./scripts/sdk-logos-cdn-check.js

reinstall

rm -f ./package-lock.json && rm -rf ./node_modules && npm install && git checkout package-lock.json && git checkout package.json

flow-typed

rm -rf ./flow-typed && flow-typed install

postrelease

npm run cdnify -- --commitonly

format:check

prettier --check .

validate-flat

babel-node test/validate-flat

prepublishOnly

npm run validate-components-for-publish

release:dry-run

DRY_RUN=true grabthar-release

validate-components

babel-node test/validate-components

validate-components-for-publish

babel-node test/validate-components-for-publish
npm i @paypal/[email protected]

Metadata

Downloads