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 61
61
mkdir -p " $RELEASE_PATH /lib"
62
62
rsync ./lib/coder-cloud-agent " $RELEASE_PATH /lib"
63
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
64
}
69
65
70
66
bundle_vscode () {
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ main() {
20
20
download_artifact npm-package ./release-npm-package
21
21
# https://github.com/actions/upload-artifact/issues/38
22
22
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
23
27
yarn publish --non-interactive release
24
28
}
25
29
You can’t perform that action at this time.
0 commit comments