13 unit tests and fix memory leak #15

Merged
FrauJulian merged 5 commits from 13_unit_tests_and_fix_memory_leak into master 2025-08-02 15:58:35 +00:00
Showing only changes of commit 9abd7c1628 - Show all commits
+1 -1
View File
@@ -29,7 +29,7 @@
"cleanSolution": "del-cli dist && echo SUCCEED CLEAN",
"updateVersion": "npm version patch --no-git-tag-version && echo SUCCEED UPDATE VERSION",
"buildPackage": "tsup && echo SUCCEED BUILD && npm run updateVersion",
"rolloutBuild": "npm run updateDependencies && npm run cleanSolution && tsup",
"rolloutBuild": "npm run updateDependencies && npm run cleanSolution && tsup"
},
"repository": "https://github.com/FrauJulian/Discord-Audio-Stream",
"bugs": "https://github.com/FrauJulian/Discord-Audio-Stream/issues",