retail-ui

v0.42.0
UI Components

prepublishOnly

yarn clean && yarn build

clean

git clean -fdxqe node_modules

build

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

postpublish

yarn deploy

predeploy

rimraf styleguide && yarn run styleguide:build

deploy

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

postdeploy

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

storybook

start-storybook -p 6060

styleguide

styleguidist server

styleguide:build

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

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 3/5/2019

Downloads