fix(package): Fix scripts section in package.json by adding missing comma

This commit is contained in:
2025-01-14 17:35:07 +01:00
parent fde3000555
commit 75f8877356
3 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,8 @@
"author": "Lossless GmbH",
"scripts": {
"test": "(tstest test/)",
"format": "(gitzone format)"
"format": "(gitzone format)",
"build": "(tsbuild)"
},
"dependencies": {
"@types/figlet": "^1.7.0",