explicitly use yarn run in workflows
All checks were successful
Actions / Build Plugins (push) Successful in 28s
All checks were successful
Actions / Build Plugins (push) Successful in 28s
This commit is contained in:
parent
3152ef4241
commit
8779cffba2
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build plugins
|
||||
run: yarn build
|
||||
run: yarn run build
|
||||
|
|
Loading…
Reference in a new issue