update install

This commit is contained in:
2025-08-20 18:41:53 +08:00
parent d736a0c696
commit 248388ef6b
2 changed files with 15 additions and 0 deletions

14
package-lock.json generated Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "shell",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "shell",
"version": "1.0.0",
"hasInstallScript": true,
"license": "ISC"
}
}
}

View File

@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js"
},