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 ad2dcaa commit b7190e4Copy full SHA for b7190e4
.github/workflows/test.yml
@@ -80,4 +80,4 @@ jobs:
80
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
81
- run: yarn install
82
- name: Run Checker
83
- run: yarn build:linkcheck
+ run: yarn linkcheck
package.json
@@ -87,7 +87,7 @@
87
"start": "npm run develop",
88
"format": "prettier --write \"src/**/*.js\"",
89
"test": "jest",
90
- "linkcheck": "broken-links-checker --path public/ --baseUrl http://127.0.0.1:3000/"
+ "linkcheck": "gatsby build && broken-links-checker --path public/ --baseUrl http://127.0.0.1:3000/"
91
},
92
"devDependencies": {
93
"@hashicorp/broken-links-checker": "^1.2.10",
0 commit comments