8 lines
63 B
Batchfile
8 lines
63 B
Batchfile
|
@echo off
|
||
|
|
||
|
echo project building...
|
||
|
|
||
|
cd ..
|
||
|
|
||
|
npm run build:prod
|