mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 06:28:14 +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 |