@paypal/identity-components

v5.0.4
PayPal Identity components, for integrating auth products.
cross-domain cross domain components component krakenjs kraken

dev

babel-node $(npm bin)/webpack-dev-server --config webpack.config.dev.js --port 9000 --host localhost.paypal.com --open-page demo/dev/index.htm --https --hot=false --inline=false

demo

serve ./demo -l 1337

flow

flow

lint

eslint --ext .js --ext .jsx src/ test/ *.js

test

if [ ! $SKIP_TEST ]; then npm run lint && npm run flow-typed && npm run jest-ssr && npm run karma && npm run jest-screenshot; fi;

build

npm run webpack

clean

rimraf dist coverage

debug

cross-env NODE_ENV=debug

karma

cross-env NODE_ENV=test babel-node $(npm bin)/karma start

release

./scripts/publish.sh

version

./scripts/version.sh

webpack

babel-node $(npm bin)/webpack --progress

jest-ssr

jest test/ssr --env=node --no-cache

reinstall

rimraf flow-typed && rimraf node_modules && npm install && flow-typed install

flow-typed

rm -rf flow-typed && flow-typed install

preversion

./scripts/preversion.sh

postversion

./scripts/postversion.sh

release:major

./scripts/publish.sh major

release:minor

./scripts/publish.sh minor

release:patch

./scripts/publish.sh patch

jest-screenshot

jest test/screenshot --env=node --no-cache

eslint-find-rules

eslint-find-rules --current .eslintrc.js --unused --plugin
npm i @paypal/[email protected]

Metadata

Downloads