Skip to content

Commit

Permalink
feat: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Apr 11, 2024
1 parent 12596b6 commit 206b53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/pm.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const whichPMRuns = (): PM => {
case 'bun':
return 'bun';
default:
return npm();
return "npm";

Check failure on line 24 in src/utils/pm.utils.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `"npm"` with `'npm'`
}
};

Expand Down

0 comments on commit 206b53b

Please sign in to comment.