Skip to content

Commit

Permalink
Add hyperlink to check link integrity after docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Aug 28, 2019
1 parent 23e1efa commit 3f1026d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -17,7 +17,9 @@
"test": "make test && make test-chrome-headless",
"lint": "eslint . && eslint --ext md documentation && prettier --check '**/*.{js,md}'",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"postgenerate-site": "hyperlink -ri --skip content-type-mismatch site-build/index.html | tap-spot",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",
"postupdate-examples": "npm run postgenerate-site",
"version": "(test -n \"${IS_MAKE_RELEASE}\" || (echo Please run make release instead && exit 1)) && offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
},
"main": "./build/lib/index.js",
Expand Down Expand Up @@ -46,6 +48,7 @@
"find-node-modules": "^2.0.0",
"fugl": "^1.0.0",
"gh-pages": "^2.0.0",
"hyperlink": "^4.3.1",
"istanbul": "^0.4.5",
"jasmine": "~3.4.0",
"jasmine-core": "^3.1.0",
Expand All @@ -69,6 +72,7 @@
"rollup-plugin-terser": "^5.0.0",
"rsvp": "^4.7.0",
"serve": "*",
"tap-spot": "^1.1.1",
"unexpected-documentation-site-generator": "^6.0.0",
"unexpected-magicpen": "^2.1.0",
"unexpected-markdown": "^4.0.0"
Expand Down

0 comments on commit 3f1026d

Please sign in to comment.