mirror of https://github.com/embarklabs/embark.git
npm5 windows issues workaround
This commit is contained in:
parent
a46bdfd71e
commit
8c43ba2772
|
@ -17,6 +17,8 @@ test_script:
|
||||||
- npm --version
|
- npm --version
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run test
|
- 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_1
|
||||||
- npm run testdapp_2
|
- npm run testdapp_2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue