diff --git a/web-components/packages/carbon-web-components/package.json b/web-components/packages/carbon-web-components/package.json index e78ce789939b..4192697c3430 100644 --- a/web-components/packages/carbon-web-components/package.json +++ b/web-components/packages/carbon-web-components/package.json @@ -33,18 +33,18 @@ "build": "gulp build && yarn wca", "build:dist": "gulp build:dist", "build:dist:dev": "gulp build:dist:dev", - "build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider BABEL_ENV=es build-storybook", + "build-storybook": "cross-env BABEL_ENV=es build-storybook", "ci-check": "yarn wca && yarn typecheck && yarn build && yarn test:unit", "clean": "gulp clean", "reset": "yarn cache clean && yarn clean && rimraf node_modules && yarn install && yarn build", "start": "yarn storybook", - "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 9000", + "storybook": "start-storybook -p 9000", "test": "gulp test && yarn test:integration", "test:integration": "yarn test:integration:build && yarn test:integration:ui", "test:integration:build": "jest -c tests/integration/build/jest.config.js --runInBand", "test:integration:ui": "jest -c tests/integration/ui/jest.config.js --runInBand", - "test:unit": "cross-env NODE_OPTIONS=--openssl-legacy-provider gulp test:unit", - "test:unit:updateSnapshot": "NODE_OPTIONS=--openssl-legacy-provider gulp test:unit --update-snapshot", + "test:unit": "gulp test:unit", + "test:unit:updateSnapshot": "gulp test:unit --update-snapshot", "typecheck": "tsc --noEmit -p tsconfig.json", "visual-snapshot": "yarn build-storybook && percy storybook:start ./storybook-static", "wca": "web-component-analyzer analyze src --outFile custom-elements.json"