From c2830c26e55da02ac628be9a220cd824264cdc9e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 18 Dec 2022 18:55:32 -0400 Subject: Caching compiler artifacts into TAR files, instead of huge directories. --- lux-js/source/program.lux | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lux-js/source/program.lux') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index 6c3cbec26..527ca0b73 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -736,9 +736,7 @@ ..extender service [(packager.package _.use_strict _.code _.then ..scope) - (format (cli.target service) - (of (the platform.#file_system platform) separator) - "program" + (format "program" (the context.#artifact_extension context))])] (..declare_success! [])) (io.io []))))) -- cgit v1.2.3