Skip to content

Commit

Permalink
ci: set node ssl options to workaround build error
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Nov 10, 2022
1 parent 6993f66 commit 6032590
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 @@ -40,7 +40,7 @@
"release": "yarn build && np --no-2fa",
"test": "test-storybook",
"test:coverage": "yarn test --coverage && npx nyc report --reporter=lcov -t coverage/storybook --report-dir coverage/storybook",
"test:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn storybook:build --quiet && npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && yarn test:coverage\"",
"test:ci": "NODE_OPTIONS='--openssl-legacy-provider' concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn storybook:build --quiet && npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && yarn test:coverage\"",
"lint": "tsdx lint",
"lint-staged": "lint-staged",
"storybook": "start-storybook -p 6006 --ci",
Expand Down

0 comments on commit 6032590

Please sign in to comment.