0.1.0 • Published 11 months ago

@times-components/ts-newskit-bypass v0.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
11 months ago

Typescript Components

This package contains components written in a Typescript. This will allow for easy migration when we need to move these to a more modern repository.

Build

All the build steps have been updated to handle all the build steps:

  1. yarn transpile will build javascript into the /dist directory
  2. yarn lint will perform tslint and prettier tasks
  3. yarn bundle will generate the rnw.js bundle

Storybook

For now, you will need to do a yarn build for storybook to update, or you could run yarn watch:build to update storybook on save