@narmi/design_system 1.19.0 → 1.21.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 +1 -0
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/style.css +3 -4
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/package.json +3 -4
- package/dist/index.js.LICENSE.txt +0 -3
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/),
|