Add install to plugin manager script

This commit is contained in:
Cohee
2024-05-13 21:22:01 +03:00
parent fd18e0cc78
commit 28da838bd1
2 changed files with 24 additions and 1 deletions
+2 -1
View File
@@ -75,7 +75,8 @@
"postinstall": "node post-install.js",
"lint": "eslint \"src/**/*.js\" \"public/**/*.js\" ./*.js",
"lint:fix": "eslint \"src/**/*.js\" \"public/**/*.js\" ./*.js --fix",
"plugins:update": "node plugins update"
"plugins:update": "node plugins update",
"plugins:install": "node plugins install"
},
"bin": {
"sillytavern": "./server.js"