0.2.12 • Published 6 years ago
@ms-digital/react-design-system v0.2.12
(W.I.P) MS-Digital - React Design System
This is the React implementation of MS-Digital Design System.
In development
To start Storybook:
npm run storybook
To watch SCSS files for
./dist
while developing in another local package:npm run watch:sass
To watch TS/TSX files for
./lib
while developing in another local package:npm run watch:ts
Testing
- In development
npm run test
- In CI environment
npm run test
Build package
npm run build