Skip to content

Commit

Permalink
Add YARN_IGNORE_OPTIONAL_DEPS to vtex.env
Browse files Browse the repository at this point in the history
- This boolean env var allows us to choose if yarn install will be run with the '--ignore-optional' flag when running the CI
  • Loading branch information
heitorado committed May 4, 2022
1 parent b8f21ad commit d7d81ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vtex.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GATSBY_QUERY_ON_DEMAND_LOADING_INDICATOR=false
# Set to false while the WebOps team fixes the Jira's DXWP-279 issue.
USE_NODE_MODULES_CACHE=false
USE_GATSBY_CACHE=true
YARN_INSTALL_OPTIONS=--ignore-optional

# 🐞🐞 Uncomment for debugging final bundle 🐞🐞
# GATSBY_STORE_PROFILING=true

0 comments on commit d7d81ec

Please sign in to comment.