mirror of
https://github.com/kitabisa/docker-slim-action.git
synced 2025-04-16 11:46:06 +00:00
6 lines
200 B
JavaScript
6 lines
200 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const const_1 = require("./const");
|
|
const_1.core.info(`Cleaning up ${const_1.TMP_DIR}`);
|
|
const_1.io.rmRF(const_1.TMP_DIR);
|