mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-26 22:18:13 +00:00
5 lines
94 B
Batchfile
5 lines
94 B
Batchfile
@echo off
|
|
title Starting ccIDE
|
|
start "" cmd /c "npm cache clean --force"
|
|
timeout 2
|
|
npm run dev |