Skip to content

Commit 2bc4e06

Browse files
committed
Travis needs to fetch external repositories
Otherwise lint:links fails.
1 parent c13e3b1 commit 2bc4e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SOURCE_BRANCH="master"
77
# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
88
if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "$SOURCE_BRANCH" ]; then
99
echo "Skipping deploy; just doing a build and linting links/prose/js."
10+
npm run fetch
1011
npm run build
11-
# npm run fetch - Relies on third party files, disabled for now
1212
npm run lint:js
1313
npm run lint:prose
1414
npm run lint:links

0 commit comments

Comments
 (0)