Skip to content

Commit 8826cc1

Browse files
committed
fixup!
1 parent 03949c8 commit 8826cc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/build/build-release.sh

-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ EOF
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

7066
bundle_vscode() {

ci/steps/publish-npm.sh

+4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)