diff --git a/Dockerfile.jenkins.yarn-runner b/Dockerfile.jenkins.yarn-runner index 51ee6427bb1..be7346daeb7 100644 --- a/Dockerfile.jenkins.yarn-runner +++ b/Dockerfile.jenkins.yarn-runner @@ -3,6 +3,6 @@ FROM local/ruby-runner COPY --chown=docker:docker --from=local/cache-helper-collect-yarn /tmp/dst ${APP_HOME} RUN set -eux; \ - (DISABLE_POSTINSTALL=1 yarn install --pure-lockfile || DISABLE_POSTINSTALL=1 yarn install --pure-lockfile --network-concurrency 1) \ + (DISABLE_POSTINSTALL=1 yarn install --ignore-optional --pure-lockfile || DISABLE_POSTINSTALL=1 yarn install --ignore-optional --pure-lockfile --network-concurrency 1) \ && yarn cache clean \ && ./script/fix_inst_esm.js diff --git a/package.json b/package.json index 3cc725d67f7..aec8350b580 100644 --- a/package.json +++ b/package.json @@ -212,8 +212,6 @@ "@prettier/plugin-ruby": "^1.5.2", "@sentry/webpack-plugin": "^1.5.2", "@sheerun/mutationobserver-shim": "0.3.2", - "@storybook/builder-webpack5": "^6.5.9", - "@storybook/manager-webpack5": "^6.5.9", "@testing-library/dom": "^8", "@testing-library/jest-dom": "^5", "@testing-library/react": "^12", @@ -342,6 +340,8 @@ "@storybook/addon-essentials": "^6.5.9", "@storybook/addon-links": "^6.5.9", "@storybook/addon-storyshots": "^6.5.9", + "@storybook/builder-webpack5": "^6.5.9", + "@storybook/manager-webpack5": "^6.5.9", "@storybook/react": "^6.5.9", "inspect-process": "^0.5" },