retail-ui

v0.40.0
UI Components

build

yarn tsc -p prod.tsconfig.json && node scripts/build

deploy

gh-pages -a -d styleguide -r [email protected]:skbkontur/react-ui.git

predeploy

rimraf styleguide && yarn run styleguide:build

prepush

yarn run test

prepublishOnly

yarn clean && yarn build

postpublish

yarn deploy

storybook

start-storybook -p 6060

styleguide

styleguidist server

styleguide:build

styleguidist build && styleguidist build --config styleguide.prod.config.js

clean

git clean -fdxqe node_modules

lint:flow

flow check

lint

npm-run-all --continue-on-error --parallel lint:*

lint:tsc

tsc --noEmit

lint:eslint

eslint ./

lint:tslint

tslint --project tsconfig.json

lint:stylelint

stylelint "./**/*.less"

test

jest

test:watch

jest --watch

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/19/2019

Downloads