@mmb-digital/design-system-web 0.1.170 → 0.1.172

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmb-digital/design-system-web",
3
- "version": "0.1.170",
3
+ "version": "0.1.172",
4
4
  "description": "MMB design-system-web",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -14,6 +14,9 @@
14
14
  },
15
15
  "scripts": {
16
16
  "build": "rollup -c --bundleConfigAsCjs --configPlugin typescript",
17
+ "test": "yarn p && yarn tsc && yarn l && yarn sl && yarn j",
18
+ "t": "yarn test",
19
+ "test:ci": "yarn test",
17
20
  "l": "yarn eslint src",
18
21
  "lint:fix": "yarn eslint --fix",
19
22
  "lf": "yarn lint:fix",
@@ -22,7 +25,7 @@
22
25
  "prettier:fix": "yarn prettier --write",
23
26
  "pf": "yarn prettier:fix",
24
27
  "tsc": "./node_modules/.bin/tsc -p ./tsconfig.json --strict",
25
- "storybook": "storybook dev -p 6006",
28
+ "storybook": "storybook dev -p 6006 --no-open",
26
29
  "sb": "yarn storybook",
27
30
  "build-storybook": "NODE_OPTIONS=--max_old_space_size=1024 storybook build",
28
31
  "stylelint": "stylelint \"./src/**/*.ts\" \"./src/**/*.tsx\"",