add pnpm i

This commit is contained in:
grumbulon 2023-03-07 18:37:41 -05:00
parent 20b0bbe6d7
commit f373ac1da5

View file

@ -17,6 +17,7 @@ local testing(version, arch) = {
name: 'lint-frontend',
image: 'guergeiro/pnpm',
commands: [
'pnpm i',
'make lint-frontend',
],
},