From 53913c07bfc683b62b0430d1e5de2dc360c6035a Mon Sep 17 00:00:00 2001 From: Vendicated Date: Wed, 22 Jan 2025 22:14:21 +0100 Subject: [PATCH] npm postinstall: update arrpc detectables database --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 93105c9..63eda39 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,9 @@ "test": "pnpm lint && pnpm testTypes", "testTypes": "tsc --noEmit", "watch": "pnpm build --watch", - "updateMeta": "tsx scripts/utils/updateMeta.mts" + "updateMeta": "tsx scripts/utils/updateMeta.mts", + "updateArrpcDB": "node ./node_modules/arrpc/update_db.js", + "postinstall": "pnpm updateArrpcDB" }, "dependencies": { "arrpc": "github:OpenAsar/arrpc#2234e9c9111f4c42ebcc3aa6a2215bfd979eef77",