Skip to content

Commit a2f7730

Browse files
committed
style: Auto changes made from "yarn fix"
1 parent f83f288 commit a2f7730

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)