From 88edbb57a7017106278e5cbab0cf99713d3d2a03 Mon Sep 17 00:00:00 2001 From: Mulverine Date: Mon, 23 Oct 2023 20:00:27 -0600 Subject: [PATCH] Update logging --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b14dfab..8577f46 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index 26d5d8e..0e48ffa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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/') } /**