retail-ui

v0.46.1
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 && yarn publish:react-ui

predeploy

rimraf styleguide && yarn run styleguide:build

deploy

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

publish:react-ui

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 4/16/2019

Downloads