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