Skip to content

Commit

Permalink
Add specCoverageReport script
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Jul 4, 2024
1 parent e46f2f6 commit 214e8b6
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"format:check": "prettier --check --ignore-path .gitignore --ignore-path .prettierignore src test ably.d.ts modular.d.ts webpack.config.js Gruntfile.js scripts/*.[jt]s docs/**/*.md grunt",
"sourcemap": "source-map-explorer build/ably.min.js",
"modulereport": "tsc --noEmit --esModuleInterop scripts/moduleReport.ts && esr scripts/moduleReport.ts",
"speccoveragereport": "tsc --noEmit --esModuleInterop --target ES2017 --moduleResolution node scripts/specCoverageReport.ts && esr scripts/specCoverageReport.ts",
"docs": "typedoc"
}
}
Loading

0 comments on commit 214e8b6

Please sign in to comment.