retail-ui

v1.1.2
UI Components

prepublishOnly

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

clean

git clean -fdxqe node_modules

build

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

postpublish

yarn deploy && npm run publish:react-ui

predeploy

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

deploy

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

publish:react-ui

npm publish ./build

storybook

start-storybook -p 6060

storybook:flat

cross-env STORYBOOK_FLAT_UI=true yarn storybook

styleguide

styleguidist server --config .styleguide/config/dev.config.js

styleguide:build

node .styleguide/build

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 8/7/2019

Downloads