Skip to content

Commit da842bb

Browse files
committed
fix: include docs directory in gateway install for templates
1 parent f1ad09e commit da842bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/scripts/gateway-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33
mkdir -p "$out/lib/clawdbot" "$out/bin"
44

5-
cp -r dist node_modules package.json ui extensions "$out/lib/clawdbot/"
5+
cp -r dist node_modules package.json ui extensions docs "$out/lib/clawdbot/"
66

77
if [ -z "${STDENV_SETUP:-}" ]; then
88
echo "STDENV_SETUP is not set" >&2

0 commit comments

Comments
 (0)