@skbkontur/react-ui

v2.4.2
UI Components

lint

run-p -c lint:*

test

cross-env BABEL_ENV=cjs jest

build

run-p build:esm build:cjs && node scripts/build/postbuild

clean

git clean -fdxqe node_modules

deploy

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

creevey

wait-on -t 300000 http-get://localhost:6060/ http-get://localhost:6062/ && cross-env BABEL_ENV=cjs creevey -c .creevey/config.ts

release

npm publish ./build

lint:tsc

tsc --noEmit --diagnostics

prebuild

run-s clean build:types

build:cjs

cross-env BABEL_ENV=cjs node scripts/build

build:esm

node scripts/build

predeploy

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

storybook

start-storybook -p 6060

creevey:ui

yarn creevey --ui

fix:eslint

yarn lint:eslint --fix

prerelease

node scripts/publish/prepublish && yarn build

styleguide

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

test:watch

yarn test --watch

build:types

tsc -p ./prod.tsconfig.json --emitDeclarationOnly --diagnostics --outDir build

lint:eslint

cross-env TIMING=1 yarn eslint --ext .js,.jsx,.ts,.tsx ./

postrelease

yarn deploy

report:eslint

yarn eslint -f eslint-html-reporter/reporter.js -o reports/eslint/index.html

storybook:8px

cross-env STORYBOOK_8PX=true start-storybook -p 6060

storybook:flat

cross-env STORYBOOK_FLAT_UI=true start-storybook -p 6060

storybook:test

run-p storybook:test:*

storybook:build

run-s storybook:build:*

storybook:serve

run-p storybook:serve:*

styleguide:build

node .styleguide/build

storybook:flat8px

cross-env STORYBOOK_FLAT_8PX=true start-storybook -p 6060

storybook:test:flat

cross-env NODE_ENV=test STORYBOOK_FLAT_UI=true start-storybook --ci -p 6062

storybook:build:flat

cross-env NODE_ENV=test STORYBOOK_FLAT_UI=true build-storybook -o .storybook/build/flat

storybook:serve:flat

serve -l 6062 .storybook/build/flat

storybook:test:default

cross-env NODE_ENV=test start-storybook --ci -p 6060

storybook:build:default

cross-env NODE_ENV=test build-storybook -o .storybook/build/default

storybook:build:flat8px

cross-env NODE_ENV=test STORYBOOK_FLAT_8PX=true build-storybook -o .storybook/build/flat8px

storybook:serve:default

serve -l 6060 .storybook/build/default

storybook:serve:flat8px

serve -l 6063 .storybook/build/flat8px

storybook:build:default8px

cross-env NODE_ENV=test STORYBOOK_8PX=true build-storybook -o .storybook/build/default8px

storybook:serve:default8px

serve -l 6061 .storybook/build/default8px
npm i @skbkontur/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/31/2020

Downloads