We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cee0e85 + bffb009 commit 30dc47dCopy full SHA for 30dc47d
ci/steps/publish-npm.sh
@@ -20,6 +20,10 @@ main() {
20
download_artifact npm-package ./release-npm-package
21
# https://github.com/actions/upload-artifact/issues/38
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
27
yarn publish --non-interactive release
28
}
29
0 commit comments