@televet/kibble-ui 1.22.1 → 1.22.2

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@televet/kibble-ui",
3
- "version": "1.22.1",
3
+ "version": "1.22.2",
4
4
  "description": "Kibble Design System by Televet",
5
5
  "author": "TeleVet",
6
6
  "main": "build/index.js",
@@ -14,8 +14,8 @@
14
14
  "fix": "npx eslint --fix ./src/ && npx stylelint ./src/ --fix",
15
15
  "lint": "npx eslint ./src/ && npx stylelint ./src/",
16
16
  "generateIcons": "npx rimraf src/icons && npx svgr src/assets/icons --config-file svgr.iconConfig.js",
17
- "start": "npm run generateIcons && npx rollup -c --watch --silent & start-storybook -p 6006",
18
- "build": "npx rimraf build && npm run generateIcons && build-storybook -o docs && npx rollup -c --silent",
17
+ "start": "npm run generateIcons && npx rollup -c --watch --silent & start-storybook -p 6006 --quiet",
18
+ "build": "npx rimraf build && npm run generateIcons && build-storybook -o docs --quiet && npx rollup -c --silent",
19
19
  "predeploy": "npm run build",
20
20
  "deploy": "gh-pages -d build",
21
21
  "publishBeta": "npm run build && npm publish --tag beta"