The following commands are not executed after bat executes npm run build, please consult

echo %1

cd /d %1

git checkout master

git pull origin master


npm run build

-sharp 
cd /d %1/dist

git pull origin master

pause
Aug.19,2021

call npm run build


there is a temporary solution:

start npm run build
pause

means to watch the build finish manually before continuing.
I try to use:

start /wait npm run build

but I don't know how to close the open command line window, maybe there is such an option in the npm script. If anyone knows, please let me know

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38851-e66d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38851-e66d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?