diff options
author | Eduardo Julian | 2022-12-18 18:55:32 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-12-18 18:55:32 -0400 |
commit | c2830c26e55da02ac628be9a220cd824264cdc9e (patch) | |
tree | 40a0208ada85f7a6883b1fb48a7f10adbd22feb6 /lux-js/source/program.lux | |
parent | 549cb9623c560fec165b9e88f112a406614f598e (diff) |
Caching compiler artifacts into TAR files, instead of huge directories.
Diffstat (limited to '')
-rw-r--r-- | lux-js/source/program.lux | 4 |
1 files changed, 1 insertions, 3 deletions
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 []))))) |