Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuangwang committed Feb 13, 2024
1 parent 3c54479 commit 98d8d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prettier": "^5.0.1",
"firebase-functions": "^4.3.1",
"lerna": "^7.4.0",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
Expand Down
1 change: 1 addition & 0 deletions packages/@apphosting/adapter-angular/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import fsExtra from "fs-extra";
import logger from "firebase-functions/logger";

import { fileURLToPath } from "url";
import { spawn } from "child_process";
Expand Down

0 comments on commit 98d8d5c

Please sign in to comment.