Skip to content

Commit

Permalink
try to fix build by replacing npm by yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
lellex committed Nov 3, 2017
1 parent 36517d5 commit c95b130
Show file tree
Hide file tree
Showing 3 changed files with 8,104 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ script:
- git config --global user.email "[email protected]"
- git config --global user.name "Travis gh pages"
- cd modules/der-reader
- npm install
- yarn install
- npm run build
- cd dist
- ls
Expand All @@ -45,7 +45,7 @@ script:
- git status
- git push --force --quiet "https://${GITHUB_API_TOKEN}@github.com/makinacorpus/accessimap-lecteur-der.git" master:gh-pages > /dev/null 2>&1
- cd ../../../electron
- npm install
- yarn install
- npm run build
- ls $TRAVIS_BUILD_DIR/electron/dist/accessimap*

Expand Down
Loading

0 comments on commit c95b130

Please sign in to comment.