feat(build): add build script

This commit is contained in:
2026-07-29 21:51:29 +02:00
parent 7841ba2723
commit 2fa67d7930
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",