summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8f7a4d2..228b798 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,8 @@
"format:imports": "biome check --formatter-enabled=false --write",
"check": "astro check",
"prepare": "husky",
- "test:pre-commit": ".husky/pre-commit"
+ "test:pre-commit": ".husky/pre-commit",
+ "import:mastodon": "npx tsx scripts/import-mastodon.ts"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.2",