Skip to content

Commit

Permalink
fix(npm): fixing npm for kit-action
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Sep 13, 2024
1 parent 68d2cb1 commit 510feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ let findPackageJson =
(packageName: string) =>
async (parent = "") => {
let packageJsonPath = global.kenvPath(
parent,
// parent,
"node_modules",
packageName,
"package.json"
Expand Down

0 comments on commit 510feb3

Please sign in to comment.