Skip to content

Commit

Permalink
v0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumonkie committed Dec 9, 2020
1 parent c2b7997 commit ea00b1a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ async function run() {
console.log("5");
await exec.exec('pwd', []);
await exec.exec('ls', ["-l", izunaBuilderExeFullPath]);
await exec.exec('ldd', [izunaBuilderExeFullPath]);
await exec.exec(izunaBuilderExeFullPath,
[ '--hie-directory=' + hieDirectory,
'--user=' + project.user,
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ async function run() {
console.log("5");
await exec.exec('pwd', []);
await exec.exec('ls', ["-l", izunaBuilderExeFullPath]);
await exec.exec('ldd', [izunaBuilderExeFullPath]);
await exec.exec(izunaBuilderExeFullPath,
[ '--hie-directory=' + hieDirectory,
'--user=' + project.user,
Expand Down
Binary file modified node_modules/@vercel/ncc/dist/ncc/cli.js.cache
Binary file not shown.
Binary file modified node_modules/@vercel/ncc/dist/ncc/index.js.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ea00b1a

Please sign in to comment.