Skip to content

Commit b97b275

Browse files
committed
chore: switch playground install to npm install
1 parent 1365774 commit b97b275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/global-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { fileURLToPath } from 'node:url';
2222
export default function globalSetup(): void {
2323
const here = dirname(fileURLToPath(import.meta.url));
2424
const playground = resolve(here, '..', 'playground');
25-
execSync('npm ci --no-progress --no-audit --no-fund', {
25+
execSync('npm install --no-progress --no-audit --no-fund', {
2626
cwd: playground,
2727
stdio: 'inherit',
2828
});

0 commit comments

Comments
 (0)