chore: ensure fs operations in bundle scripts finish in sync (#7218)
Hopefully fixes broken releases
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user