Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:atom/apm
Browse files Browse the repository at this point in the history
  • Loading branch information
sadick254 committed Jun 12, 2021
2 parents e21b21b + b338166 commit 1ae38cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion BUNDLED_NODE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.14.1
v12.18.3
9 changes: 0 additions & 9 deletions script/postinstall.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,3 @@ echo.
for /f "delims=" %%i in ('.\bin\node.exe -p "process.version + ' ' + process.arch"') do set bundledVersion=%%i
echo ^>^> Rebuilding apm dependencies with bundled Node !bundledVersion!
call .\bin\npm.cmd rebuild

if defined NO_APM_DEDUPE (
echo.
echo ^>^> Deduplication disabled
) else (
echo.
echo ^>^> Deduping apm dependencies
call .\bin\npm.cmd dedupe
)
8 changes: 0 additions & 8 deletions script/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,3 @@ node script/download-node.js
echo
echo ">> Rebuilding apm dependencies with bundled Node $(./bin/node -p "process.version + ' ' + process.arch")"
./bin/npm rebuild

echo
if [ -z "${NO_APM_DEDUPE}" ]; then
echo ">> Deduping apm dependencies"
./bin/npm dedupe
else
echo ">> Deduplication disabled"
fi

0 comments on commit 1ae38cb

Please sign in to comment.