@azure/msal-react

v1.0.0-alpha.5
Microsoft Authentication Library for React

lint

cd ../../ && npm run lint:react

test

tsdx test .*.spec.*

build

tsdx build --tsconfig ./tsconfig.build.json

start

tsdx watch

prepack

npm run build:all

lint:fix

npm run lint -- -- --fix

build:all

npm run build:common && npm run build:browser && npm run build

storybook

start-storybook -p 6006

test:watch

tsdx test .*.spec.* --watch

build:common

cd ../msal-common && npm run build

build:browser

cd ../msal-browser && npm run build

test:coverage

tsdx test .*.spec.* --coverage

build-storybook

build-storybook

build:modules:watch

tsdx watch --verbose
npm i @azure/[email protected]

Metadata

  • MIT
  • >=10
  • Microsoft
  • released 2/9/2021

Downloads