Skip to content

Commit 752efa0

Browse files
committed
Remove API report step
1 parent 391f3e4 commit 752efa0

File tree

2 files changed

+0
-71
lines changed

2 files changed

+0
-71
lines changed

tools/gitHooks/api-report.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

tools/gitHooks/precommit.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
const { doPrettier } = require('./prettier');
1919
const { doLicense } = require('./license');
20-
const { doApiReports } = require('./api-report');
2120
const { resolve } = require('path');
2221
const simpleGit = require('simple-git/promise');
2322
const ora = require('ora');
@@ -81,9 +80,6 @@ $ git stash pop
8180
// Validate License headers exist
8281
await doLicense(changedFiles);
8382

84-
// Generate API reports
85-
await doApiReports(changedFiles);
86-
8783
// Diff staged changes against last commit. Don't do an empty commit.
8884
const postDiff = await git.diff(['--cached']);
8985
if (!postDiff) {

0 commit comments

Comments
 (0)