mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
10 lines
129 B
Batchfile
10 lines
129 B
Batchfile
@echo off
|
|
REM Running install script
|
|
call install.bat
|
|
|
|
REM Building projects
|
|
cd ..
|
|
cd interface
|
|
npm run build
|
|
cd ..
|
|
npm run build |