forked from csscomb/csscomb.js
-
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.
[tools] Fix travis workflow by using npm link for dev branches
- Loading branch information
1 parent
74c9715
commit 7a00e17
Showing
4 changed files
with
13 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
git clone https://github.com/tonyganch/gonzales-pe.git | ||
cd gonzales-pe && git checkout dev && npm i && npm run build && npm link && cd .. | ||
git clone https://github.com/csscomb/core.git csscomb-core | ||
cd csscomb-core && git checkout dev && npm link gonzales-pe && npm i && npm run build && npm link && cd .. | ||
npm link gonzales-pe | ||
npm link csscomb-core |
This file was deleted.
Oops, something went wrong.