Skip to content

Commit bee742f

Browse files
committed
chore: ppffft.
1 parent 6bb7c9d commit bee742f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/lint.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const oxlintVersion = getDependencyVersion('oxlint')
3030
const oxfmtVersion = getDependencyVersion('oxfmt')
3131
const e18eVersion = getDependencyVersion('@e18e/eslint-plugin')
3232

33-
// Peers of the lint config
34-
runCommand('pnpm', ['i', '-g', `@e18e/eslint-plugin@${e18eVersion}`])
35-
runCommand('pnpx', [`--package=oxlint@${oxlintVersion}`, 'oxlint'])
33+
// Install globally so we can also install peers
34+
runCommand('pnpm', ['i', '-g', `@e18e/eslint-plugin@${e18eVersion}`, `oxlint@${oxlintVersion}`])
35+
runCommand('pnpm', ['exec', 'oxlint'])
3636
runCommand('pnpx', [`oxfmt@${oxfmtVersion}`, '--check'])

0 commit comments

Comments
 (0)