Skip to content

Commit 29bb118

Browse files
authored
style: Auto changes made from "yarn fix" (#19710)
I ran `yarn fix` on `develop` and there was a change. Does that mean that the CI doesn't fail when the files are not formatted correctly?! Closes #19711 (added automatically)
1 parent 9e5e978 commit 29bb118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)