Skip to content

Commit

Permalink
fix: fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-hemphill committed May 5, 2021
1 parent 355e469 commit 0a83111
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 @@ -15,7 +15,7 @@
"test:markdown": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#CHANGELOG.md\"",
"test:spelling": "cspell --config ./cSpell.json \"{README.md,.github/*.md,src/**/*.ts,docs/**/*.md}\"",
"test:unit": "jest -c config/jest.config.ts -b --forceExit --coverage --runInBand ",
"test:watch": "jest -c config/jest.config.ts -b --forceExit --runInBand --watch",
"watch:test": "jest -c config/jest.config.ts -b --forceExit --runInBand --watch",
"cov:send": "run-s build test && codecov",
"doc": "run-s doc:html && open-cli build/docs/index.html",
"doc:html": "typedoc src/ --exclude **/*.test.ts --target ES6 --mode file --out build/docs",
Expand Down

0 comments on commit 0a83111

Please sign in to comment.