mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-15 09:06:17 +01:00
5 lines
62 B
Batchfile
5 lines
62 B
Batchfile
@echo off
|
|
cd "%~dp0\.."
|
|
call yarn install
|
|
call yarn run watch
|