Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed Dec 17, 2024
1 parent 8093c72 commit 433c66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/e2e/upgrade-directus-version.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env zx
import 'dotenv/config';
import path from 'path';
import {readdir} from 'fs/promises';
import {readFileSync, writeFileSync} from 'fs';
import { readdir } from 'fs/promises';
import { readFileSync, writeFileSync } from 'fs';

async function readJSON(path) {
return JSON.parse(await readFileSync(path, 'utf8'));
Expand Down

0 comments on commit 433c66f

Please sign in to comment.