Skip to content

Commit

Permalink
\
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj authored Aug 2, 2024
1 parent a1cff21 commit dc7fecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- name: E-build
id: esbuild
run: |
grep -w -v "import SVGO from 'svgo';" ${{ github.workspace }}/updater.js | npm run E-build
sed 's/import SVGO from \'svgo\'\;/g' ${{ github.workspace }}/updater.js
npm run E-build
rm -r ${{ github.workspace }}/node_modules
node ./dist/esbuild_updater.js ${{github.repository_owner}} -info
ls -slh ${{ github.workspace }}/dist
Expand Down

0 comments on commit dc7fecd

Please sign in to comment.