Skip to content

Commit

Permalink
ci: 💚 fix ci config path
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-hemphill committed May 4, 2021
1 parent dc41805 commit 850f266
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 @@ -13,7 +13,7 @@
"test": "run-s test:*",
"test:lint": "eslint src --ext .ts",
"test:markdown": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#CHANGELOG.md\"",
"test:spelling": "cspell --config config/cspell.json \"{README.md,.github/*.md,src/**/*.ts,docs/**/*.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",
"cov:send": "run-s build test && codecov",
Expand Down

0 comments on commit 850f266

Please sign in to comment.