We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cac93 commit 1d3a521Copy full SHA for 1d3a521
ci/build/npm-postinstall.sh
@@ -75,7 +75,7 @@ main() {
75
76
# This is a copy of symlink_asar in ../lib.sh. Look there for details.
77
symlink_asar() {
78
- rm -f node_modules.asar
+ rm -rf node_modules.asar
79
if [ "${WINDIR-}" ]; then
80
mklink /J node_modules.asar node_modules
81
else
ci/lib.sh
@@ -113,7 +113,7 @@ RELEASE_PATH="${RELEASE_PATH-release}"
113
# Code itself but also extensions will look specifically in this directory for
114
# files (like the ripgrep binary or the oniguruma wasm).
115
116
117
118
# mklink takes the link name first.
119
0 commit comments