Skip to content

Commit

Permalink
add task
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Nov 1, 2024
1 parent 5800f95 commit f50292b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/package-manager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const detectPackageManager = (): PackageManager => {
runner: "deno run",
installCommand: "add",
runScriptCommand(s) {
return s;
return `task ${s}`;
},
};
default:
Expand Down

0 comments on commit f50292b

Please sign in to comment.