Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 4, 2024
1 parent 14a7cb4 commit 3aa4112
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions forge/actions/publish/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion forge/actions/publish/dist/index.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion forge/actions/publish/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ module.exports = {
* @returns {object} The blueprint object
*/
async function getBlueprint(project) {
let result = await exec.getExecOutput("forge", ["blueprint", "dump", project]);
let result = await exec.getExecOutput("forge", [
"blueprint",
"dump",
project,
]);
return JSON.parse(result.stdout);
}

Expand Down

0 comments on commit 3aa4112

Please sign in to comment.