carbon-addons-ics

v1.1.1
ICS React and SCSS addons for the Carbon Design System
react ICS ICS-components

check

npm run lint && npm run test

ci-check

npm run lint && npm run test --runInBand

lint

eslint src

precommit

lint-staged

prettier

prettier --write "**/*.{js,css,scss}"

prepublish

npm run build

prebuild

rimraf ./lib ./es ./scss

build

npm prune && npm run build:js && npm run build:scss

build:js

cross-env BABEL_ENV=cjs babel ./src ./src/index.js -d ./lib -q --ignore test.js,story.js && cross-env BABEL_ENV=es babel ./src -d ./es -q --ignore test.js,story.js && cross-env BABEL_ENV=es babel ./src/index.js -o ./es/index.js -q

build:scss

cpx 'src/**/*.scss' scss

commitmsg

validate-commit-msg

semantic-release

semantic-release

storybook

start-storybook -s ./public -p 9000

build-storybook

build-storybook -s ./public

start

npm run storybook

test

jest -u --coverage

Metadata

Downloads

Maintainers