mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-28 11:39:27 +08:00
Initial migration on TS
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import {exec} from '@actions/exec'
|
||||
|
||||
export const run = async (cmd: string) => {
|
||||
await exec('yarn', [cmd])
|
||||
}
|
||||
Reference in New Issue
Block a user