Skip to content

Commit

Permalink
chore: rm step fo installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Sep 14, 2024
1 parent a78b443 commit 1625316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/package-size-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
with:
node-version: "20"

- name: Clean npm cache
run: npm cache clean --force

- name: Install dependencies
run: npm ci

- name: List files in build directory
run: ls -R build/static/js/

Expand Down
2 changes: 1 addition & 1 deletion size-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"passed": true,
"size": 88048,
"sizeLimit": 500000,
"running": 1.9929,
"running": 2.4028199999999997,
"loading": 1.7196875
}
]

0 comments on commit 1625316

Please sign in to comment.