fix: rebuild hook
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"dev": "ASTRO_TELEMETRY_DISABLED=1 astro dev",
|
||||
"build": "ASTRO_TELEMETRY_DISABLED=1 astro build",
|
||||
"preview": "ASTRO_TELEMETRY_DISABLED=1 astro preview",
|
||||
"astro": "ASTRO_TELEMETRY_DISABLED=1 astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.0.8",
|
||||
|
||||
Reference in New Issue
Block a user