diff options
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" |
