We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5f441 commit c9d4a72Copy full SHA for c9d4a72
prepare_assets.sh
@@ -86,7 +86,6 @@ if [[ "${OS_NAME}" == "osx" ]]; then
86
if [[ "${SHOULD_BUILD_DMG}" != "no" ]]; then
87
echo "Building and moving DMG"
88
pushd "VSCode-darwin-${VSCODE_ARCH}"
89
- npm install --global [email protected] &&
90
npx create-dmg ./*.app .
91
mv ./*.dmg "../assets/${APP_NAME}.${VSCODE_ARCH}.${RELEASE_VERSION}.dmg"
92
popd
0 commit comments