Skip to content

Commit 189f816

Browse files
feat: Updated build script
1 parent 062da28 commit 189f816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"postinstall": "husky install && js-tools lint:yarn-deduplicate --fix",
16-
"build": "turbo run version",
16+
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider turbo run version",
1717
"build-size": "yarn build && size-limit",
1818
"check:types": "yarn tsc && yarn tsc --project cypress",
1919
"clean": "git clean -fxd -e '.idea' -e '.vscode'",
@@ -30,7 +30,7 @@
3030
"release": "yarn lerna publish",
3131
"prestart": "yarn",
3232
"start": "run-p storybook:start playroom:start",
33-
"storybook:build": "build-storybook -o docs --quiet",
33+
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook -o docs --quiet",
3434
"storybook:start": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 5000 --ci",
3535
"tdd": "jest --watch",
3636
"test": "jest --coverage --forceExit",

0 commit comments

Comments
 (0)