From 4852d3d3d8ffed2ee9189da287fd63d8799232d6 Mon Sep 17 00:00:00 2001 From: Archicratia Date: Mon, 19 Jan 2026 12:18:59 +0100 Subject: [PATCH] tools: add apply-ticket script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3851839..4af9898 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "preview": "astro preview", "astro": "astro", "postbuild": "npx pagefind --site dist", - "import": "node scripts/import-docx.mjs" + "import": "node scripts/import-docx.mjs", + "apply:ticket": "node scripts/apply-ticket.mjs" }, "dependencies": { "@astrojs/mdx": "^4.3.13",