akeneo-design-system 1.0.1 → 1.0.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeneo-design-system",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Akeneo design system",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "test:visual:update": "npm run storybook:extract && jest --config ./jest.visual.config.js -u",
14
14
  "lint:fix": "prettier --config .prettierrc.json --parser typescript --write \"./{src,generator}/**/*.{ts,tsx}\" && npx eslint --config .eslintrc.json --quiet \"./src/**/*.{ts,tsx}\" --fix",
15
15
  "lint:check": "npx prettier --config .prettierrc.json --parser typescript --check \"./{src,generator}/**/*.{ts,tsx}\" && npx eslint --config .eslintrc.json --quiet \"./src/**/*.{ts,tsx}\"",
16
- "storybook:start": "npm run storybook:copy-public && NODE_OPTIONS=--openssl-legacy-provider npm run start-storybook -p 6006 -s ./public",
16
+ "storybook:start": "npm run storybook:copy-public && NODE_OPTIONS=--openssl-legacy-provider npx start-storybook -p 6006 -s ./public",
17
17
  "storybook:build": "npm run storybook:copy-public && NODE_OPTIONS=--openssl-legacy-provider npx build-storybook -s ./public && npx sb extract",
18
18
  "storybook:ci:start": "NODE_OPTIONS=--openssl-legacy-provider npm run start-storybook -p 6006 --ci",
19
19
  "storybook:copy-public": "cp ./src/__image_snapshots__/*standard-correctly-1-snap.png ./public/",