You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ies to playground
strapi 4.15 complains during build process about missing (but non-required) dependencies, asking for
user input. This causes dhe pipelines to fail. this commit adds those dependencies
fix#388
Describe the bug
Strapi 4.15 asks to install additional dependencies during the build process, making the tests fail
To Reproduce
Steps to reproduce the behavior:
VERSION=4.15 envsubst < playground/templates/template.package.json > playground/package.json
yarn
yarn workspace playground build
Expected behavior
No user input required for build
System (please complete the following information):
The text was updated successfully, but these errors were encountered: