File tree 3 files changed +1
-73
lines changed
3 files changed +1
-73
lines changed Original file line number Diff line number Diff line change 52
52
"bugs" : {
53
53
"url" : " https://github.com/firebase/firebase-js-sdk/issues"
54
54
},
55
- "typings" : " ./dist/app-exp-public .d.ts" ,
55
+ "typings" : " ./dist/app-exp.d.ts" ,
56
56
"nyc" : {
57
57
"extension" : [
58
58
" .ts"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
18
18
const { doPrettierCommit } = require ( './prettier' ) ;
19
19
const { doLicenseCommit } = require ( './license' ) ;
20
- const { doApiReportsCommit } = require ( './api-report' ) ;
21
20
const { resolve } = require ( 'path' ) ;
22
21
const simpleGit = require ( 'simple-git/promise' ) ;
23
22
const chalk = require ( 'chalk' ) ;
@@ -58,9 +57,6 @@ $ git stash pop
58
57
// Validate License headers exist
59
58
await doLicenseCommit ( changedFiles ) ;
60
59
61
- // Generate API reports
62
- await doApiReportsCommit ( ) ;
63
-
64
60
console . log ( chalk `
65
61
Pre-Push Validation Succeeded
66
62
You can’t perform that action at this time.
0 commit comments