Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit c3b0589

Browse files
committed
allow graceful fails
1 parent 3d21d17 commit c3b0589

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "astro build",
1010
"preview": "astro preview",
1111
"astro": "astro",
12-
"prepare": "astro sync"
12+
"prepare": "astro sync || true"
1313
},
1414
"dependencies": {
1515
"@astrojs/node": "^9.4.4",

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "astro build",
1010
"preview": "astro preview",
1111
"astro": "astro",
12-
"prepare": "astro sync"
12+
"prepare": "astro sync || true"
1313
},
1414
"dependencies": {
1515
"@astrojs/starlight": "~0.36.0",

0 commit comments

Comments
 (0)