[email protected] move-public mv ./dist/* ../server/public
'mv' is not recognized as an internal or external command, operable program or batch file.
I tried this "move-public": "move .\dist\* ..\server\public", but did not move the directories.
[email protected] move-public mv ./dist/* ../server/public
'mv' is not recognized as an internal or external command, operable program or batch file.
I tried this "move-public": "move .\dist\* ..\server\public", but did not move the directories.
mvcommand on Windows.