Skip to content

Commit b346156

Browse files
committed
Create restart.bat
1 parent fcd6eb9 commit b346156

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

website/restart.bat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@echo off
2+
echo Running npm run clear...
3+
npm run clear && (
4+
echo Running npm run build...
5+
npm run build && (
6+
echo Running npm run serve...
7+
npm run serve
8+
)
9+
)
10+
11+
echo All commands executed.
12+
pause

0 commit comments

Comments
 (0)