mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-09 18:03:49 +02:00
* Move build scipts * Move library DLLs * Remove DotSettings * Update gitignore * Remove Properties * Clean up csproj * Move warning suppression into code * Remove App.config --------- Co-authored-by: DubyaDude <ushafiq141@gmail.com>
6 lines
59 B
Batchfile
6 lines
59 B
Batchfile
cd ../html
|
|
call npm ci
|
|
call npm run production
|
|
cd ..
|
|
pause
|