Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Build: Do not remove shelljs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Feb 1, 2017
1 parent 1fb58d2 commit 2e6341d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ shelljs.rm( "-rf",
repoPaths.patchesPath,
repoPaths.src );

// shelljs is only used by the build scripts, so remove that too
run( "npm", [ "remove", "shelljs" ],
// Remove package(s) used only during build
run( "npm", [ "remove", "nan" ],
{ stdio: [ process.stdin, process.stdout, process.stderr ], shell: true } );

0 comments on commit 2e6341d

Please sign in to comment.