We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce309d6 commit 47bf282Copy full SHA for 47bf282
@webwriter/website/package.json
@@ -2,6 +2,11 @@
2
"name": "@webwriter/website",
3
"type": "module",
4
"version": "0.5.0",
5
+ "scripts": {
6
+ "prebuild": "bun run scripts/installpackages",
7
+ "build": "astro build",
8
+ "astro": "astro"
9
+ },
10
"dependencies": {
11
"@astrojs/mdx": "^4.3.0",
12
"@astrojs/sitemap": "^3.2.1",
0 commit comments