mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-26 10:29:26 +08:00
Update TypeScript dependency to version 5.7.2 and refactor run function parameters
This commit is contained in:
Vendored
+1
-1
@@ -56,7 +56,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.run = void 0;
|
||||
const exec_1 = __nccwpck_require__(236);
|
||||
const run = (cmd, { cwd }) => __awaiter(void 0, void 0, void 0, function* () {
|
||||
const run = (cmd_1, _a) => __awaiter(void 0, [cmd_1, _a], void 0, function* (cmd, { cwd }) {
|
||||
yield (0, exec_1.exec)('yarn', cmd.split(' '), { cwd });
|
||||
});
|
||||
exports.run = run;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user