forked from hexojs/hexo
-
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.
- Loading branch information
1 parent
fc1f9b7
commit 39ea409
Showing
14 changed files
with
33 additions
and
14,984 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
**/tmp/ | ||
*.log | ||
.idea/ | ||
#**/yarn.lock | ||
**/yarn.lock | ||
**/package-lock.json | ||
.nyc_output/ | ||
coverage/ | ||
|
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,7 +1,8 @@ | ||
yarn workspace hexo exec "git remote add upstream https://github.com/hexojs/hexo" > nul | ||
yarn workspace hexo-front-matter exec "git remote add upstream https://github.com/hexojs/hexo-front-matter" > nul | ||
yarn workspace warehouse exec "git remote add upstream https://github.com/hexojs/warehouse" > nul | ||
yarn workspace hexo-asset-link exec "git remote add upstream https://github.com/liolok/hexo-asset-link" > nul | ||
yarn workspace hexo-site exec "git remote add upstream https://github.com/hexojs/hexo-theme-unit-test" > nul | ||
yarn workspace hexo-util exec "git remote add upstream https://github.com/hexojs/hexo-util" > nul | ||
yarn workspace hexo-log exec "git remote add upstream https://github.com/hexojs/hexo-log" > nul | ||
call yarn workspace hexo exec "git remote add upstream https://github.com/hexojs/hexo 2>NUL" | ||
call yarn workspace hexo-front-matter exec "git remote add upstream https://github.com/hexojs/hexo-front-matter 2>NUL" | ||
call yarn workspace warehouse exec "git remote add upstream https://github.com/hexojs/warehouse 2>NUL" | ||
call yarn workspace hexo-asset-link exec "git remote add upstream https://github.com/liolok/hexo-asset-link 2>NUL" | ||
call yarn workspace hexo-site exec "git remote add upstream https://github.com/hexojs/hexo-theme-unit-test 2>NUL" | ||
call yarn workspace hexo-util exec "git remote add upstream https://github.com/hexojs/hexo-util 2>NUL" | ||
call yarn workspace hexo-log exec "git remote add upstream https://github.com/hexojs/hexo-log 2>NUL" | ||
call yarn workspace hexo-server exec "git remote add upstream https://github.com/hexojs/hexo-server 2>NUL" |
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,28 +1,12 @@ | ||
#!/usr/bin/env bash | ||
|
||
# make cygwin bin as priority | ||
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"; | ||
|
||
(set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix | ||
|
||
# absolute path working directory | ||
basecwd=${PWD} | ||
# base script directory | ||
basedir=`dirname "$0"` | ||
# absolute path script directory | ||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) | ||
|
||
case `uname` in | ||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | ||
esac | ||
|
||
|
||
yarn workspace hexo exec "git remote add upstream https://github.com/hexojs/hexo" | ||
yarn workspace hexo-front-matter exec "git remote add upstream https://github.com/hexojs/hexo-front-matter" | ||
yarn workspace warehouse exec "git remote add upstream https://github.com/hexojs/warehouse" | ||
yarn workspace hexo-asset-link exec "git remote add upstream https://github.com/liolok/hexo-asset-link" | ||
yarn workspace hexo-site exec "git remote add upstream https://github.com/hexojs/hexo-theme-unit-test" | ||
yarn workspace hexo-util exec "git remote add upstream https://github.com/hexojs/hexo-util" | ||
yarn workspace hexo-log exec "git remote add upstream https://github.com/hexojs/hexo-log" | ||
yarn workspace hexo exec "git remote add upstream https://github.com/hexojs/hexo 2>/dev/null" | ||
yarn workspace hexo-front-matter exec "git remote add upstream https://github.com/hexojs/hexo-front-matter 2>/dev/null" | ||
yarn workspace warehouse exec "git remote add upstream https://github.com/hexojs/warehouse 2>/dev/null" | ||
yarn workspace hexo-asset-link exec "git remote add upstream https://github.com/liolok/hexo-asset-link 2>/dev/null" | ||
yarn workspace hexo-site exec "git remote add upstream https://github.com/hexojs/hexo-theme-unit-test 2>/dev/null" | ||
yarn workspace hexo-util exec "git remote add upstream https://github.com/hexojs/hexo-util 2>/dev/null" | ||
yarn workspace hexo-log exec "git remote add upstream https://github.com/hexojs/hexo-log 2>/dev/null" | ||
yarn workspace hexo-server exec "git remote add upstream https://github.com/hexojs/hexo-server 2>/dev/null" | ||
|
||
# to re-fork see https://stackoverflow.com/a/29912546/6404439 |
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
Submodule hexo-server
added at
5c3701
Submodule hexo-util
updated
4 files
+3 −3 | package.json | |
+1 −10 | test/.eslintrc.json | |
+0 −62 | test/cache.spec.js | |
+4 −4 | test/cache.spec.ts |
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.