Skip to content

Commit 12b7d62

Browse files
committed
chore: fix bundle release script
1 parent 961126f commit 12b7d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bundle-release.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = async function({ github, workspace }) {
22
const { readFile } = require('fs').promises;
3-
const { pfeBuild } = await import(`${workspace}/tools/pfe-tools/esbuild.js`);
3+
const { pfeBuild } = await import('../tools/pfe-tools/esbuild.js');
44
const { execaCommand } = await import('execa');
55

66
// https://github.com/patternfly/patternfly-elements

0 commit comments

Comments
 (0)