@kvdbil/components 14.2.12 → 14.2.15

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvdbil/components",
3
- "version": "14.2.12",
3
+ "version": "14.2.15",
4
4
  "sideEffects": false,
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -18,7 +18,7 @@
18
18
  "test:watch": "cross-env DEBUG_PRINT_LIMIT=14000 jest --verbose --watchAll",
19
19
  "type-check": "tsc",
20
20
  "generateIcons": "svgr --icon 1em --template ./src/icons/template.js -d ./src/icons/components ./src/icons/svgs --typescript",
21
- "build": "yarn run generateIcons && rollup -c && yarn create-declaration",
21
+ "build": "yarn run generateIcons && yarn lint && yarn test && rollup -c && yarn create-declaration",
22
22
  "build:rollup": "rollup -c && cp package.json dist/",
23
23
  "build:storybook": "storybook build",
24
24
  "lint": "eslint --fix --ext .js,.jsx,.ts,.tsx,.mdx src",