Skip to content

Commit

Permalink
Validate documentation via evaldown.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Aug 10, 2020
1 parent 2524f4b commit d66937d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"test": "mocha",
"test-docs": "mocha --no-check-leaks --require ./bootstrap-unexpected-markdown --require unexpected-markdown `find documentation -name '*.md'`",
"test-docs": "evaldown --comment-marker unexpected-markdown --require ./bootstrap-unexpected-markdown.js --validate --reporter=spec ./documentation",
"coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "evaldown --comment-marker unexpected-markdown --require ./bootstrap-unexpected-markdown.js --inplace ./documentation",
Expand Down Expand Up @@ -45,8 +45,7 @@
"nyc": "^15.0.0",
"prettier": "~2.0.2",
"unexpected": "^11.0.0-4",
"unexpected-documentation-site-generator": "^7.0.1",
"unexpected-markdown": "^6.0.0"
"unexpected-documentation-site-generator": "^7.0.1"
},
"peerDependencies": {
"unexpected": "^10.37.4 || ^11.0.0-4"
Expand Down

0 comments on commit d66937d

Please sign in to comment.