We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee4e54 commit a42f8daCopy full SHA for a42f8da
package.json
@@ -18,7 +18,7 @@
18
"postversion": "rimraf package-lock.json && npm i --force --ignore-scripts && git add package-lock.json && git commit --amend --no-edit",
19
"style": "node ./scripts/style.js",
20
"storybook": "set NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 9009 -s storybook-public",
21
- "storybook:build": "build-storybook -s storybook-public -c .storybook -o storybook-static && node ./scripts/inject-version.js",
+ "storybook:build": "set NODE_OPTIONS=--openssl-legacy-provider && build-storybook -s storybook-public -c .storybook -o storybook-static && node ./scripts/inject-version.js",
22
"test": "jest",
23
"cover": "jest --no-cache --config ./jest.config.ts --coverage",
24
"check": "npm run check:formatting && npm run check:quality",
0 commit comments