Skip to content

Commit 8143c83

Browse files
authored
Point to the internal typing file in app-exp's package.json (#3030)
* point to the internal typing file * Remove api report from prepush * remove stale code
1 parent 575b3fe commit 8143c83

File tree

3 files changed

+1
-73
lines changed

3 files changed

+1
-73
lines changed

packages-exp/app-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"bugs": {
5353
"url": "https://github.com/firebase/firebase-js-sdk/issues"
5454
},
55-
"typings": "./dist/app-exp-public.d.ts",
55+
"typings": "./dist/app-exp.d.ts",
5656
"nyc": {
5757
"extension": [
5858
".ts"

tools/gitHooks/api-report.js

-68
This file was deleted.

tools/gitHooks/prepush.js

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
const { doPrettierCommit } = require('./prettier');
1919
const { doLicenseCommit } = require('./license');
20-
const { doApiReportsCommit } = require('./api-report');
2120
const { resolve } = require('path');
2221
const simpleGit = require('simple-git/promise');
2322
const chalk = require('chalk');
@@ -58,9 +57,6 @@ $ git stash pop
5857
// Validate License headers exist
5958
await doLicenseCommit(changedFiles);
6059

61-
// Generate API reports
62-
await doApiReportsCommit();
63-
6460
console.log(chalk`
6561
Pre-Push Validation Succeeded
6662

0 commit comments

Comments
 (0)