Skip to content

Commit 8f619fa

Browse files
committed
fix package.json
1 parent 465a5f1 commit 8f619fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packageManager": "bun@1.3.4",
66
"scripts": {
77
"dev": "astro dev",
8-
"build": "astro build",
8+
"build": "bun install && astro build",
99
"preview": "astro preview",
1010
"astro": "astro"
1111
},
@@ -19,4 +19,4 @@
1919
"devDependencies": {
2020
"@types/wicg-file-system-access": "^2023.10.7"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)