Skip to content

Commit

Permalink
Adding required --project flag to v2 docgen script. (#1239)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Lee <taeold@gmail.com>
  • Loading branch information
egilmorez and taeold committed Sep 21, 2022
1 parent 1ac04ad commit cf27ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"docgen:v1": "npm run build && npm run docgen:v1:extract && npm run docgen:v1:gen",
"docgen:v2:extract": "api-extractor run -c docgen/api-extractor.v2.json --local",
"docgen:v2:toc": "ts-node docgen/toc.ts --input docgen/v2/markdown --output docgen/v2/markdown/toc --path /docs/functions/beta/reference",
"docgen:v2:gen": "api-documenter-fire markdown -i docgen/v2 -o docgen/v2/markdown && npm run docgen:v2:toc",
"docgen:v2:gen": "api-documenter-fire markdown -i docgen/v2 -o docgen/v2/markdown --project functions && npm run docgen:v2:toc",
"docgen:v2": "npm run build && npm run docgen:v2:extract && npm run docgen:v2:gen",
"build:pack": "rm -rf lib && npm install && tsc -p tsconfig.release.json && npm pack",
"build:release": "npm ci --production && npm install --no-save typescript firebase-admin && tsc -p tsconfig.release.json",
Expand Down

0 comments on commit cf27ac6

Please sign in to comment.