Skip to content

Commit c3b0589

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)