Try to fix webamp build in museum client deploy

This commit is contained in:
Jordan Eldredge 2022-09-20 22:12:35 -07:00
parent 9c665f58db
commit 680acb5079

View file

@ -13,6 +13,7 @@ ID = "be420a16-4ef3-43b1-ac62-35869bdf8679"
# Default build command.
command = "cd ../webamp && yarn build && cd skin-museum-client && yarn build"
[build.environment]
NODE_OPTIONS="--openssl-legacy-provider"
NODE_VERSION = "17.3.0"
SKIP_PREFLIGHT_CHECK = "true"
NETLIFY_USE_YARN = "true"