Hi,
I just trying to build production of OHIF 3.8.3. Downloaded source files, installed dependencies and run the required commands. OHIF builded successfully but when i change some configuration and want to rebuild the project there is not an error but it is not building again. I tried to run clean commands and manually clean the cache files but no luck. Am i missing something or is there a problem with build system?
What steps can we follow to reproduce the bug?
- Download and build OHIF 3.8.3
- Change a configuration for example in the .env file change PUBLIC_URL=/ohif/
- Try to build with yarn run build command. (it is quickly completes)
- There is not any error on the console but platform/app/dist folder contains first build
Thanks,