feat(build): add build script

This commit is contained in:
2026-08-01 13:48:23 +02:00
committed by jakob.scheid
parent 126b68953e
commit 2415b7df32
2 changed files with 44 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "The assets for the frontend of Seekra",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./build/build.js"
},
"repository": {
"type": "git",