Skip to content

Commit

Permalink
remove npm prune
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Aug 21, 2017
1 parent c1598a8 commit 888644e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,6 @@ install:
- nvm install 8.3
- node --version
- npm --version
- npm prune
- npm install

script:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -16,7 +16,6 @@ install:
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
- npm prune
- npm install

before_build:
Expand Down

0 comments on commit 888644e

Please sign in to comment.