Skip to content

Commit

Permalink
fix(): wrong stats when changing index
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Nov 4, 2022
1 parent 7ed386c commit 1d9c4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cache: npm
- run: npm ci
- name: checkout src files
run: git checkout origin/master -- src
run: git checkout origin/master -- src index.js HEADER.js
- name: upstream build stats
run: npm run build -- -s
- name: persist
Expand Down

0 comments on commit 1d9c4ed

Please sign in to comment.