chore: fix cmd

This commit is contained in:
Nolan Lawson 2024-03-23 10:31:18 -07:00
parent b600f9519c
commit 112d77c643
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ for (const benchmark of benchmarks) {
repo: 'https://github.com/nolanlawson/emoji-picker-element.git',
ref: 'master',
setupCommands: [
'pnpm --frozen-lockfile',
'pnpm i --frozen-lockfile',
'PERF=1 pnpm build:rollup'
]
}