Skip to content

Commit

Permalink
Update debricked.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InternalBenchmarkDebricked committed Apr 18, 2024
1 parent 9eaafe6 commit 3c25813
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/debricked.yml
Expand Up @@ -15,16 +15,16 @@ jobs:

- name: Fingerprint files
run: |
cd npm
npm install
rm package.json
rm package-lock.json
cd ..
cd yarn
rm package.json
rm yarn.lock
cd ..
debricked fingerprint --fingerprint-compressed-content
cd npm
npm install
rm package.json
rm package-lock.json
cd node_modules
debricked fingerprint
- name: Run Scan
run: |
Expand Down

0 comments on commit 3c25813

Please sign in to comment.