Skip to content

Commit

Permalink
chore(scripts): add markdown-doctestnpm run prepare (scripts.posttest)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Feb 3, 2020
1 parent e9ae3d7 commit 683d081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/svn-repository-provider.mjs --section=API",
"lint": "documentation lint src/svn-repository-provider.mjs",
"posttest": "markdown-doctest && npm run prepare",
"posttest": "markdown-doctestnpm run prepare",
"test": "ava"
},
"dependencies": {
Expand Down

0 comments on commit 683d081

Please sign in to comment.