This commit is contained in:
decolua
2026-05-13 18:25:29 +07:00
parent 7ccf8c5e84
commit 7f7b86f70e
4 changed files with 11 additions and 106 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"dev": "nodemon -I --watch cli.js --watch src --watch hooks --ext js,json cli.js",
"build": "node scripts/build-cli.js",
"pack:cli": "npm run build && npm pack --pack-destination ../..",
"publish:cli": "npm run build && npm publish && node ../scripts/dockerPublish.js",
"publish:cli": "npm run build && npm publish",
"postinstall": "node hooks/postinstall.js",
"prepublishOnly": "npm run build"
},