explicitly use yarn run in workflows
All checks were successful
Actions / Build Plugins (push) Successful in 28s

This commit is contained in:
cswimr 2024-12-23 01:36:28 -05:00
parent 3152ef4241
commit 8779cffba2
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -25,4 +25,4 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build plugins
run: yarn build
run: yarn run build