Skip to content

Commit

Permalink
chore(node-options): add node options to yarn start script (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason authored Jul 31, 2024
1 parent 2347915 commit e66bd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down

0 comments on commit e66bd24

Please sign in to comment.