@narmi/design_system 1.19.0-beta.2 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -85,6 +85,7 @@ npm install && npm run build && npm run storybook
85
85
  `build` | builds everytyhing
86
86
  `test` | runs all jest tests
87
87
  `storybook` | starts storybook in dev server mode on `:6006`
88
+ `watch` | watches `src` dir, triggering `build` on changes
88
89
 
89
90
  ### Releases
90
91
  This project uses [`semantic-release`](https://semantic-release.gitbook.io/semantic-release/),