Skip to content

Commit 893d071

Browse files
committed
fixup: remove the --exclude
1 parent 9fec203 commit 893d071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/build-standalone-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main() {
1010

1111
source ./ci/lib.sh
1212

13-
rsync --exclude yarn.lock "$RELEASE_PATH/" "$RELEASE_PATH-standalone"
13+
rsync "$RELEASE_PATH/" "$RELEASE_PATH-standalone"
1414
RELEASE_PATH+=-standalone
1515

1616
# We cannot find the path to node from $PATH because yarn shims a script to ensure

0 commit comments

Comments
 (0)