Skip to content

Commit 47bf282

Browse files
committed
Fix website build
1 parent ce309d6 commit 47bf282

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

@webwriter/website/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@webwriter/website",
33
"type": "module",
44
"version": "0.5.0",
5+
"scripts": {
6+
"prebuild": "bun run scripts/installpackages",
7+
"build": "astro build",
8+
"astro": "astro"
9+
},
510
"dependencies": {
611
"@astrojs/mdx": "^4.3.0",
712
"@astrojs/sitemap": "^3.2.1",

0 commit comments

Comments
 (0)