Hide Forgot
When building dynamic-demo-plugin, the 'dist' directory is not generated. Steps to Reproduce: $ yarn $ (cd dynamic-demo-plugin ; yarn ; yarn build) $ test -d dynamic-demo-plugin/dist || echo 'missing dist'
$ cd frontend; yarn $ (cd dynamic-demo-plugin ; yarn ; yarn build) $ test -d dynamic-demo-plugin/dist || echo 'missing dist' 'missing dist' is not printed so it proves that dist directory is generated Verified on 4.7.0-0.nightly-2020-12-20-031835
No doc text needed. This bug does not affect a publicly released version of OCP / Management Console.