We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcfcc4 commit 544337eCopy full SHA for 544337e
.github/workflows/ci.yaml
@@ -66,8 +66,9 @@ jobs:
66
run: pnpm exec turbo telemetry disable
67
- name: 🔨 Build
68
run: pnpm run build
69
+ - run: git diff
70
- name: 🧹 Check for deduped dependencies
- run: pnpm exec turbo check-deduped-deps
71
+ run: pnpm exec turbo check-deduped-deps -- --ignore-scripts
72
- name: 🕵️ Merge Checks
73
run: pnpm run merge-checks
74
- name: ⚙️ Upload GPA Calculator
0 commit comments