Skip to content

Commit 8281949

Browse files
committed
fix(test): temporary fix for continuous integration failures
Builds have been timing out on travis due to what seem to be network issues. Removing this only temporarily until we have a solution or workaround. Once we do, this commit should be reverted. cc @Munter
1 parent 2ae1a53 commit 8281949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"fetch": "sh src/scripts/fetch.sh",
3333
"init:generated": "mkdirp ./generated/loaders && mkdirp ./generated/plugins ",
3434
"lint": "run-s lint:*",
35-
"lint:links": "hyperlink -r build/index.html --canonicalroot https://webpack.js.org/ | node ./src/scripts/check-links.js",
3635
"lint:js": "eslint . --ext .js --ext .jsx",
3736
"lint:markdown": "markdownlint --config ./.markdownlint.json *.md ./src/content/**/*.md",
3837
"lint:social": "alex . -q",

0 commit comments

Comments
 (0)