未验证 提交 bffb009e 编写于 作者: J Joe Previte

fix: add symlink to npmignore

上级 cee0e85e
...@@ -20,6 +20,10 @@ main() { ...@@ -20,6 +20,10 @@ main() {
download_artifact npm-package ./release-npm-package download_artifact npm-package ./release-npm-package
# https://github.com/actions/upload-artifact/issues/38 # https://github.com/actions/upload-artifact/issues/38
tar -xzf release-npm-package/package.tar.gz tar -xzf release-npm-package/package.tar.gz
# Ignore symlink when publishing npm package
# See: https://github.com/cdr/code-server/pull/3935
echo "node_modules.asar" > release/.npmignore
yarn publish --non-interactive release yarn publish --non-interactive release
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册