summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-12-03 18:10:08 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-12-03 18:10:08 +0900
commit6293a57de888662671c2c0aaa6ee120003c525b9 (patch)
tree4d2ca4c6a085dcef7120f9014edfe08b08ad4754 /package.json
parentMerge commit from fork (diff)
downloadmisskey-6293a57de888662671c2c0aaa6ee120003c525b9.tar.gz
misskey-6293a57de888662671c2c0aaa6ee120003c525b9.tar.bz2
misskey-6293a57de888662671c2c0aaa6ee120003c525b9.zip
fix action
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index b95bf2bd71..e72bb70d5f 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
],
"private": true,
"scripts": {
+ "convert:config": "cd packages/backend && pnpm convert:config",
"build-pre": "node ./scripts/build-pre.js",
"build-assets": "node ./scripts/build-assets.mjs",
"build": "pnpm build-pre && pnpm -r build && pnpm build-assets",