Skip to content

Commit

Permalink
Try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby committed Jul 30, 2024
1 parent e72b19d commit a32b3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jest-dom/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { rollupPluginDomAccessibilityApi } from '../rollup-plugin-dom-accessibil
const extensions = ['.js', '.jsx', '.es6', '.es', '.mjs', '.ts', '.tsx'];

await new Promise((resolve, reject) => {
const child = fork('./node_modules/.bin/patch-package', [], {
const child = fork('./node_modules/patch-package/index.js', [], {
stdio: 'inherit',
});
child.on('exit', (code) => {
Expand Down

0 comments on commit a32b3f2

Please sign in to comment.