Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MulverineX committed Oct 24, 2023
1 parent 129e83a commit 88edbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandstone-build",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Build component for the Sandstone CLI.",
"type": "module",
"exports": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ async function _buildProject(cliOptions: BuildOptions, { absProjectFolder, proje
// Run the afterAll script
await scripts?.afterAll?.()

console.log(`Pack(s) compiled! View output in ./.sandstone/output/`)
console.log('\nPack(s) compiled! View output in ./.sandstone/output/')
}

/**
Expand Down

0 comments on commit 88edbb5

Please sign in to comment.