Skip to content

Commit

Permalink
fix: use cross-end for storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb committed Mar 15, 2024
1 parent a42f8da commit 862a798
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"build": "lerna run build && npm run style",
"postversion": "rimraf package-lock.json && npm i --force --ignore-scripts && git add package-lock.json && git commit --amend --no-edit",
"style": "node ./scripts/style.js",
"storybook": "set NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 9009 -s storybook-public",
"storybook:build": "set NODE_OPTIONS=--openssl-legacy-provider && build-storybook -s storybook-public -c .storybook -o storybook-static && node ./scripts/inject-version.js",
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 9009 -s storybook-public",
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook -s storybook-public -c .storybook -o storybook-static && node ./scripts/inject-version.js",
"test": "jest",
"cover": "jest --no-cache --config ./jest.config.ts --coverage",
"check": "npm run check:formatting && npm run check:quality",
Expand Down Expand Up @@ -61,6 +61,7 @@
"@typescript-eslint/parser": "4.6.1",
"babel-loader": "8.1.0",
"bootstrap": "4.3.1",
"cross-env": "7.0.3",
"css-loader": "5.0.1",
"eslint": "7.12.1",
"eslint-config-airbnb-typescript": "12.0.0",
Expand Down

0 comments on commit 862a798

Please sign in to comment.