Npm script can't run with terminal commands

25 views Asked by At

[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.

0

There are 0 answers