We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea105a9 commit ec56409Copy full SHA for ec56409
ci/build/build-release.sh
@@ -59,6 +59,7 @@ EOF
59
60
if [ "$KEEP_MODULES" = 1 ]; then
61
rsync node_modules/ "$RELEASE_PATH/node_modules"
62
+ mkdir -p "$RELEASE_PATH/lib"
63
rsync ./lib/coder-cloud-agent "$RELEASE_PATH/lib"
64
fi
65
}
0 commit comments