Skip to content

Commit

Permalink
Create restart.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Dec 2, 2024
1 parent fcd6eb9 commit b346156
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/restart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@echo off
echo Running npm run clear...
npm run clear && (
echo Running npm run build...
npm run build && (
echo Running npm run serve...
npm run serve
)
)

echo All commands executed.
pause

0 comments on commit b346156

Please sign in to comment.