feat: use child process package to execute command (#391)

* feat: use `execFileSync` from `node:child_process` package

* feat: modify `configureProject` function to be sync

* feat: modify `buildProject` function to be sync

* feat: display command output to the parent output
This commit is contained in:
Alfi Maulana
2024-08-06 11:29:28 +07:00
committed by GitHub
parent f0425ca4df
commit 23aad7b33f
6 changed files with 122 additions and 1474 deletions

View File

@@ -9,8 +9,7 @@
"test": "jest"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1"
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@eslint/js": "^9.8.0",