Skip to content

Commit

Permalink
Point to the internal typing file in app-exp's package.json (#3030)
Browse files Browse the repository at this point in the history
* point to the internal typing file

* Remove api report from prepush

* remove stale code
  • Loading branch information
Feiyang1 authored May 6, 2020
1 parent 575b3fe commit 8143c83
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 73 deletions.
2 changes: 1 addition & 1 deletion packages-exp/app-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"typings": "./dist/app-exp-public.d.ts",
"typings": "./dist/app-exp.d.ts",
"nyc": {
"extension": [
".ts"
Expand Down
68 changes: 0 additions & 68 deletions tools/gitHooks/api-report.js

This file was deleted.

4 changes: 0 additions & 4 deletions tools/gitHooks/prepush.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

const { doPrettierCommit } = require('./prettier');
const { doLicenseCommit } = require('./license');
const { doApiReportsCommit } = require('./api-report');
const { resolve } = require('path');
const simpleGit = require('simple-git/promise');
const chalk = require('chalk');
Expand Down Expand Up @@ -58,9 +57,6 @@ $ git stash pop
// Validate License headers exist
await doLicenseCommit(changedFiles);

// Generate API reports
await doApiReportsCommit();

console.log(chalk`
Pre-Push Validation Succeeded
Expand Down

0 comments on commit 8143c83

Please sign in to comment.