Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Nov 14, 2024
1 parent f7fb357 commit 27a4176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm run build && git add dist && pnpm run check-format
pnpm run build && git add dist && pnpm exec pretty-quick --staged
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34616,7 +34616,7 @@ if (
}

await (0,_single_spa_build_global_script_deps__WEBPACK_IMPORTED_MODULE_1__/* .buildGlobalScripts */ .Q)({
globalScripts: globalScriptsJson,
globalScripts: globalScriptsJson['global-scripts'],
outputDir: (0,_actions_core__WEBPACK_IMPORTED_MODULE_0__.getInput)("output-dir"),
});

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ if (
}

await buildGlobalScripts({
globalScripts: globalScriptsJson,
globalScripts: globalScriptsJson["global-scripts"],
outputDir: getInput("output-dir"),
});

0 comments on commit 27a4176

Please sign in to comment.