diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-21 15:50:35 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-21 15:50:35 +0000 |
| commit | 76da48766c562c43a65db4e25030ea3acb16d34c (patch) | |
| tree | dff686cc20b536e0aef90485648e676e23035430 /package.json | |
| parent | 42ca90ee1f0aadaa09888f1c9627657abcd866b2 (diff) | |
feat: integrate Openring for webring section and update related files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
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" |
