fix copay and paste error

This commit is contained in:
einhornimmond 2025-04-29 12:10:20 +02:00
parent 4477022ad9
commit 327b212b79

View File

@ -57,8 +57,8 @@ jobs:
- name: Install turbo
run: yarn global add turbo@^2
- name: Prune federation with turbos help
run: turbo prune federation
- name: Prune backend with turbos help
run: turbo prune backend
- name: install dependencies
run: cd out && yarn install --frozen-lockfile --production=false