chore(build): add build script

This commit is contained in:
2026-07-29 21:47:04 +02:00
parent 52545dceea
commit 880cfa811b
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",