File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"scripts" : {
15
15
"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" ,
17
17
"build-size" : " yarn build && size-limit" ,
18
18
"check:types" : " yarn tsc && yarn tsc --project cypress" ,
19
19
"clean" : " git clean -fxd -e '.idea' -e '.vscode'" ,
30
30
"release" : " yarn lerna publish" ,
31
31
"prestart" : " yarn" ,
32
32
"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" ,
34
34
"storybook:start" : " cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 5000 --ci" ,
35
35
"tdd" : " jest --watch" ,
36
36
"test" : " jest --coverage --forceExit" ,
You can’t perform that action at this time.
0 commit comments