build: add elfinder-minimal

This commit is contained in:
nao-pon
2026-04-20 17:51:51 +09:00
parent c53a31be11
commit 5098f73894
+2 -1
View File
@@ -3,7 +3,8 @@
"description": "File manager for web", "description": "File manager for web",
"main": "Jakefile.js", "main": "Jakefile.js",
"scripts": { "scripts": {
"build": "mkdir ./build && jake -C ./build elfinder" "build": "mkdir ./build && jake -C ./build elfinder",
"build-minimal": "mkdir ./build && jake -C ./build elfinder-minimal"
}, },
"repository": { "repository": {
"type": "git", "type": "git",