We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7cef5 commit a0106ebCopy full SHA for a0106eb
ci/build/build-release.sh
@@ -61,6 +61,10 @@ EOF
61
mkdir -p "$RELEASE_PATH/lib"
62
rsync ./lib/coder-cloud-agent "$RELEASE_PATH/lib"
63
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"
68
}
69
70
bundle_vscode() {
0 commit comments