Skip to content

Commit

Permalink
Update find-usage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Aug 24, 2023
1 parent 81cfe89 commit 216c13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/find-usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { ParserPlugin } from "@babel/parser";
import _ from "lodash";
import { getTKey } from "./common";

// Find the package.json for the project we're running gen-18n against
// Find the package.json for the project we're running against
const projectPackageJsonPath = path.join(process.cwd(), 'package.json');
const projectPackageJson = require(projectPackageJsonPath);

Expand Down

0 comments on commit 216c13d

Please sign in to comment.