We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fec203 commit 893d071Copy full SHA for 893d071
ci/build/build-standalone-release.sh
@@ -10,7 +10,7 @@ main() {
10
11
source ./ci/lib.sh
12
13
- rsync --exclude yarn.lock "$RELEASE_PATH/" "$RELEASE_PATH-standalone"
+ rsync "$RELEASE_PATH/" "$RELEASE_PATH-standalone"
14
RELEASE_PATH+=-standalone
15
16
# We cannot find the path to node from $PATH because yarn shims a script to ensure
0 commit comments