Skip to content

Commit

Permalink
fix: release build generation fail
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Nov 2, 2023
1 parent 14d9255 commit db1cba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-build/ci-createDistReleaseConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
UPDATE_NOTIFICATIONS_BASE_URL
} from "./constants.js";
import { EOL } from "os";
import os from "os";
import fs from 'fs';

const __filename = fileURLToPath(import.meta.url);
Expand Down

0 comments on commit db1cba5

Please sign in to comment.