#!/usr/bin/env node import fs from 'node:fs'; import path from 'node:path'; fs.rmSync(path.resolve('.test-dist'), { recursive: true, force: true });