@times-components/ts-newskit-bypass
v0.1.0
Published
A shortcut to load newskit into cps-content-render packages that are using legacy nk 0.9
Downloads
2
Readme
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:
yarn transpile
will build javascript into the/dist
directoryyarn lint
will performtslint
andprettier
tasksyarn bundle
will generate thernw.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