10 lines
57 B
Batchfile
10 lines
57 B
Batchfile
@echo off
|
|
|
|
echo project runing....
|
|
|
|
cd ..
|
|
|
|
npm run dev
|
|
|
|
|