-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try to fix build by replacing npm by yarn
- Loading branch information
Showing
3 changed files
with
8,104 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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* | ||
|
||
|
Oops, something went wrong.