Skip to content

Commit

Permalink
Revert postbuild.js changes on import
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-pau-tena committed Sep 18, 2023
1 parent 04c15b3 commit 40a881e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postbuild.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-console */
import { resolve, join, basename } from "path";
import { readFile, writeFile, copy } from "fs-extra";
/* eslint-disable no-console,@typescript-eslint/no-var-requires */
const { resolve, join, basename } = require("path");
const { readFile, writeFile, copy } = require("fs-extra");

const packagePath = process.cwd();
const distPath = join(packagePath, "./dist");
Expand Down

0 comments on commit 40a881e

Please sign in to comment.