Skip to content

Commit 4a66532

Browse files
committed
now pnpm on eslint-plugin-ember
1 parent c0efc4e commit 4a66532

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/eslint-plugin-ember-test.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ await fse.ensureDir(FOLDERS.testRoot);
1313

1414
// Using pnpm instead of yarn, because pnpm is way faster
1515
await execaCommand(`git clone ${REPO}`, { cwd: FOLDERS.testRoot, stdio: 'inherit' });
16-
await execaCommand(`pnpm import`, { cwd: FOLDERS.repo, stdio: 'inherit' }); // project uses a yarn lockfile
1716
await execaCommand(`pnpm install`, { cwd: FOLDERS.repo, stdio: 'inherit' });
1817
await execaCommand(`pnpm add ${FOLDERS.here}`, { cwd: FOLDERS.repo, stdio: 'inherit' });
1918
await execaCommand(`pnpm run test`, { cwd: FOLDERS.repo, stdio: 'inherit' });

0 commit comments

Comments
 (0)