chore: ensure fs operations in bundle scripts finish in sync (#7218)

Hopefully fixes broken releases
This commit is contained in:
Alessio Gravili
2024-07-18 13:44:26 -04:00
committed by GitHub
parent 00771b1f2a
commit 6d0dfeafc8
4 changed files with 33 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
import { promises as fs, existsSync } from 'fs'
import path, { join } from 'path'
import { join } from 'path'
import globby from 'globby'
import process from 'node:process'
import chalk from 'chalk'