npm5 windows issues workaround

This commit is contained in:
Iuri Matias 2018-04-11 11:01:58 -04:00
parent a46bdfd71e
commit 8c43ba2772
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ test_script:
- npm --version
- npm run lint
- npm run test
# tmp fix due to windows npm5 issue
- cd tests_apps/test_app/extensions/embark-service && npm install
- npm run testdapp_1
- npm run testdapp_2