terra-disclosure-manager

v2.1.0
A stateful component used to manage disclosure presentation.
Cerner Terra Framework terra-disclosure-manager DisclosureManager UI

compile

npm run compile:clean && npm run compile:build

compile:clean

rimraf lib

compile:build

babel src --out-dir lib --copy-files

lint

npm run lint:js && npm run lint:scss

lint:js

eslint --ext .js,.jsx . --ignore-path ../../.eslintignore

lint:scss

stylelint src/**/*.scss

test

npm run test:jest

test:jest

jest ./tests/jest/* --config ../../jestconfig.json

Metadata

Downloads