Skip to content

Commit

Permalink
fix: updated coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdstolworthy committed Jan 18, 2023
1 parent 4b5a179 commit 055be17
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 @@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "amplify-cli",
"scripts": {
"coverage:collect": "./scripts/coverage.sh",
"coverage:collect": "ts-node ./scripts/coverage.ts",
"addwords": "node ./scripts/add-to-dict.js",
"test-changed": "nx affected --target=test",
"test": "nx run-many --target=test --all",
Expand Down

0 comments on commit 055be17

Please sign in to comment.