forked from webpack/webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding yarn lock file and removing it from git ignore (webpack#3648)
* adding yarn lock file and removing it from git ignore * travis will now run yarn by default that it sees the lock file
- Loading branch information
1 parent
7d17746
commit bfcc594
Showing
4 changed files
with
4,070 additions
and
3 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 |
---|---|---|
|
@@ -9,5 +9,4 @@ | |
.DS_Store | ||
*.log | ||
.idea | ||
yarn.lock | ||
.vscode |
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
set -ev | ||
|
||
npm install yarn -g && yarn install && yarn link || true && yarn link webpack; | ||
yarn link || true && yarn link webpack; | ||
|
Oops, something went wrong.