We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13e3b1 commit 2bc4e06Copy full SHA for 2bc4e06
scripts/deploy.sh
@@ -7,8 +7,8 @@ SOURCE_BRANCH="master"
7
# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
8
if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "$SOURCE_BRANCH" ]; then
9
echo "Skipping deploy; just doing a build and linting links/prose/js."
10
+ npm run fetch
11
npm run build
- # npm run fetch - Relies on third party files, disabled for now
12
npm run lint:js
13
npm run lint:prose
14
npm run lint:links
0 commit comments