Skip to content

Commit c70304e

Browse files
committed
chore: format
1 parent f264d82 commit c70304e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-experimental.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
github.repository == 'remix-run/react-router' &&
1818
contains(github.ref, 'experimental')
1919
runs-on: ubuntu-latest
20-
2120
steps:
2221
- name: ⬇️ Checkout repo
2322
uses: actions/checkout@v3

packages/react-router/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ module.exports = function rollup() {
217217
];
218218

219219
return [...modules, ...webModules, ...globals, ...node];
220-
}
220+
};
221221

222222
/**
223223
* @typedef {import('rollup').InputOptions} RollupInputOptions

0 commit comments

Comments
 (0)