ci: fix examples command

This commit is contained in:
alexander-akait 2025-04-24 21:11:07 +03:00
parent ec9e9ef117
commit 1304500b53
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn link --frozen-lockfile || true
- run: yarn link webpack --frozen-lockfile
- run: build:examples
- run: yarn build:examples
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with: