File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ release_nfpm() {
5050
5151 export NFPM_ARCH
5252
53- # Code deletes some files from the extension node_modules directory which
54- # leaves broken symlinks in the corresponding .bin directory. nfpm will fail
55- # on these broken symlinks so clean them up.
56- rm -fr " ./release-standalone/lib/vscode/extensions/node_modules/.bin"
57-
5853 PKG_FORMAT=" deb"
5954 NFPM_ARCH=" $( get_nfpm_arch $PKG_FORMAT " $ARCH " ) "
6055 nfpm_config=" $( envsubst < ./ci/build/nfpm.yaml) "
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ main() {
2424
2525 pushd " $RELEASE_PATH "
2626 npm install --unsafe-perm --omit=dev
27+ # Code deletes some files from the extension node_modules directory which
28+ # leaves broken symlinks in the corresponding .bin directory. nfpm will fail
29+ # on these broken symlinks so clean them up.
30+ rm -fr " ./lib/vscode/extensions/node_modules/.bin"
2731 popd
2832}
2933
You can’t perform that action at this time.
0 commit comments