From 61b6d7818262db78f74d0517dd6529236785f07c Mon Sep 17 00:00:00 2001 From: Quinton Jason Date: Thu, 11 Jul 2024 11:54:13 -0500 Subject: [PATCH] chore(node-options): add node options to yarn start script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d91280fc16..cd4065961a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "sassdocs": "cd packages/sage-assets && yarn run start", "setup": "bin/setup.sh", "setup:init": "yarn install && yarn docs:initialize", - "start": "yarn npm-run-all --parallel build:sd watch docs storybook sassdocs", + "start": "NODE_OPTIONS=--openssl-legacy-provider yarn npm-run-all --parallel build:sd watch docs storybook sassdocs", "storybook": "cd packages/sage-react && yarn storybook", "test": "yarn npm-run-all test:prod:*", "test:dev": "yarn npm-run-all test:dev:*",