Skip to content

Commit 6f12e6c

Browse files
committed
style: Auto changes made from "yarn fix"
1 parent 5651be2 commit 6f12e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-packages/rollup-utils/npmHelpers.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
2727

2828
const packageDotJSON = JSON.parse(fs.readFileSync(path.resolve(process.cwd(), './package.json'), { encoding: 'utf8' }));
2929

30-
const ignoreSideEffects = /[\\\/]debug-build\.ts$/;
30+
const ignoreSideEffects = /[\\/]debug-build\.ts$/;
3131

3232
export function makeBaseNPMConfig(options = {}) {
3333
const {

0 commit comments

Comments
 (0)