Skip to content

Commit

Permalink
Add log statement before going to rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
James Goldie committed Mar 17, 2024
1 parent ff9d7dd commit 251fafb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _extensions/sverto/sverto-prerender.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ cmd =
'--quarto-out-path="' .. os.getenv("QUARTO_PROJECT_OUTPUT_DIR") .. '" ' ..
'--svelte-in-paths="' .. svelte_path_string .. '"'

print("Preparing to run rollup with command:")
print(cmd)

local svelteResult = os.execute(cmd)

if svelteResult == nil then
Expand Down

0 comments on commit 251fafb

Please sign in to comment.