Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 1, 2024
1 parent ed6e495 commit b1cf2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: update
id: update
run: node ./updater.js ${{ github.repository_owner }}} -info -svgo
run: npm run update

- name: check
id: check
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"Npm-install": "npm install --save",
"E-build": "esbuild ./updater.js --format=esm --target=esnext --bundle --platform=node --minify --analyze --log-level=debug --tree-shaking=true --external:svgo --outfile=dist/esbuild_updater.js --resolve-extensions=.json,.js,.ts --legal-comments=eof",
"update": "node ./updater.js ${{ github.repository_owner }} -info -svgo"
"update": "node ./updater.js milankomaj -info -svgo"
},
"dependencies": {
"@octokit/plugin-paginate-graphql": "^5.2.2",
Expand Down

0 comments on commit b1cf2fe

Please sign in to comment.