import * as cacheWrapper from './cache-wrapper' // Invoked by GitHub Actions export async function run(): Promise { await cacheWrapper.cacheWrapperDist() } run()