Skip to content

Commit a0106eb

Browse files
committed
wip!
1 parent 6f7cef5 commit a0106eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build/build-release.sh

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ EOF
6161
mkdir -p "$RELEASE_PATH/lib"
6262
rsync ./lib/coder-cloud-agent "$RELEASE_PATH/lib"
6363
fi
64+
65+
# Ignore symlink when publishing npm package
66+
# See: https://github.com/cdr/code-server/pull/3935
67+
echo "node_modules.asar" > "$RELEASE_PATH/.npmignore"
6468
}
6569

6670
bundle_vscode() {

0 commit comments

Comments
 (0)