We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1365774 commit b97b275Copy full SHA for b97b275
1 file changed
spec/global-setup.ts
@@ -22,7 +22,7 @@ import { fileURLToPath } from 'node:url';
22
export default function globalSetup(): void {
23
const here = dirname(fileURLToPath(import.meta.url));
24
const playground = resolve(here, '..', 'playground');
25
- execSync('npm ci --no-progress --no-audit --no-fund', {
+ execSync('npm install --no-progress --no-audit --no-fund', {
26
cwd: playground,
27
stdio: 'inherit',
28
});
0 commit comments