diff options
Diffstat (limited to 'scripts/smoke/index.js')
-rw-r--r-- | scripts/smoke/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/smoke/index.js b/scripts/smoke/index.js index 8c3f27ae9..8a0cf2242 100644 --- a/scripts/smoke/index.js +++ b/scripts/smoke/index.js @@ -3,6 +3,7 @@ import fs from 'fs'; import { execa } from 'execa'; import { fileURLToPath } from 'url'; +import path from 'path'; // NOTE: Only needed for Windows, due to a Turbo bug. // Once Turbo works on Windows, we can remove this script |