retail-ui

v0.40.2
UI Components

build

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

deploy

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

predeploy

rimraf .styleguide/build && yarn run styleguide:build

prepush

yarn run test

prepublishOnly

yarn clean && yarn build && node scripts/publish/prepublish

postpublish

yarn deploy && yarn publish:react-ui

storybook

start-storybook -p 6060

styleguide

styleguidist server

styleguide:build

node .styleguide/build

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

publish:react-ui

yarn --cwd ./build publish --non-interactive

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/12/2019

Downloads