Skip to content

Commit 79bcb44

Browse files
committed
Gracefully skip private content for build
1 parent a229538 commit 79bcb44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/stacks-docs-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1414
"lint": "eslint .",
1515
"format": "prettier --write .",
16-
"init-private-content": "GIT_SSH_COMMAND=\"ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no\" git submodule update --init --remote"
16+
"init-private-content": "GIT_SSH_COMMAND=\"ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no\" git submodule update --init --remote || echo 'Private content unavailable, skipping'"
1717
},
1818
"devDependencies": {
1919
"@eslint/compat": "^2.0.4",

0 commit comments

Comments
 (0)