mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Merge pull request #967 from roramirez/show-test-build-npm-dependencies
Debug npm list in CI
This commit is contained in:
commit
bb7faf0fb3
@ -13,6 +13,8 @@ script:
|
|||||||
- grunt
|
- grunt
|
||||||
- npm run test:unit
|
- npm run test:unit
|
||||||
- npm run test:e2e
|
- npm run test:e2e
|
||||||
|
after_script:
|
||||||
|
- npm list
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
- Changed 'default.js' - listen on all attached interfaces by default.
|
- Changed 'default.js' - listen on all attached interfaces by default.
|
||||||
|
- Add execution of `npm list` after the test are ran in Travis CI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM.
|
- Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user