mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 22:28:37 +00:00
6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
import * as process from 'process'
|
|
import * as cp from 'child_process'
|
|
import * as path from 'path'
|
|
|
|
// shows how the runner will run a javascript action with env / stdout protocol
|