Skip to content

Commit f295126

Browse files
authored
Update checking-dependencies.yml
1 parent 3c82b2b commit f295126

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checking-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
cache: pnpm
2020

2121
- run: pnpm install --frozen-lockfile
22-
- run: pnpm -C packages/eslint-template build
22+
- run: pnpm -C packages/app build
2323

2424
- name: Dist deps prune (lint)
2525
run: |
2626
pnpm dlx @prover-coder-ai/dist-deps-prune scan \
27-
--package ./packages/eslint-template/package.json \
27+
--package ./packages/app/package.json \
2828
--prune-dev true \
2929
--silent

0 commit comments

Comments
 (0)