From 76da48766c562c43a65db4e25030ea3acb16d34c Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Sat, 21 Mar 2026 15:50:35 +0000 Subject: feat: integrate Openring for webring section and update related files --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index eaf439a..51033f8 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,11 @@ "version": "0.0.1", "private": true, "scripts": { - "dev": "astro dev", - "build": "astro build", + "dev": "bun run openring:generate && astro dev", + "build": "bun run openring:generate && astro build", "preview": "astro preview", "astro": "astro", + "openring:generate": "node scripts/generate-openring.mjs", "lint": "eslint .", "format": "prettier --write \"**/*.{ts,tsx,astro}\"", "typecheck": "astro check" -- cgit