File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
6864}
6965
7066bundle_vscode () {
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ main() {
2020 download_artifact npm-package ./release-npm-package
2121 # https://github.com/actions/upload-artifact/issues/38
2222 tar -xzf release-npm-package/package.tar.gz
23+
24+ # Ignore symlink when publishing npm package
25+ # See: https://github.com/cdr/code-server/pull/3935
26+ echo " node_modules.asar" > release/.npmignore
2327 yarn publish --non-interactive release
2428}
2529
You can’t perform that action at this time.
0 commit comments