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 6dade94 commit 8b10b6bCopy full SHA for 8b10b6b
.github/workflows/check-for-duplicates.yaml
@@ -19,4 +19,4 @@ jobs:
19
run: |
20
npm i -g @salesforce/cli
21
sf plugins install sfdx-hardis
22
- sf hardis:project:audit:duplicatefiles -p moxygen --json > duplicate-files.json
+ sf hardis:project:audit:duplicatefiles -p moxygen --json | node scripts/typescript/build/check-for-duplicates.js
0 commit comments