I'm trying to run a file on my Windows 10 Pro and this file when I run should build the ui of a code of a website, but when I type in './ui/build' it only shows this error,
'.' is not recognized as an internal or external command, operable program or batch file.
I tried '.\ui\build' instead of './ui/build', but that to resulted in the same error,
'.\ui\build' is not recognized as an internal or external command, operable program or batch file.
How am I to run a file, so that it builds in my terminal?