From f6e9503045a614d2af365940d5ae382cc14bc83d Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Mon, 19 Feb 2024 18:54:25 +0100 Subject: [PATCH] Removed test script --- test.bat | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 test.bat diff --git a/test.bat b/test.bat deleted file mode 100644 index 45c0201f..00000000 --- a/test.bat +++ /dev/null @@ -1,27 +0,0 @@ - -cd frontend - -cd website -call npm install -call npm run emit-declarations -call npm run build-release - -cd plugins\controltips -call npm install -call npm run build-release -cd ..\.. - -cd plugins\databasemanager -call npm install -call npm run build-release -cd ..\.. - -cd .. - -cd server -rmdir /s /q hgt -call npm install -call npm run build-release -cd .. - -cd .. \ No newline at end of file