Skip to content

Commit

Permalink
add traceability for package state
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 31, 2017
1 parent 75a95ed commit f116929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ install:
- npm prune
- cd app && npm prune && cd ..
- npm install
- npm ls
- cd app && npm ls && cd ..

script:
- npm run lint
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ install:
- npm prune
- cd app && npm prune && cd ..
- npm install
- npm ls
- cd app && npm ls && cd ..

build_script:
- npm run lint
Expand Down

0 comments on commit f116929

Please sign in to comment.