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",