Skip to content

Commit

Permalink
-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 1, 2024
1 parent 92aad6d commit dca1248
Showing 1 changed file with 1 addition and 1 deletion.
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_owner -info -svgo"
"update": "node ./updater.js $GITHUB_owner -debug -svgo"
},
"dependencies": {
"@octokit/plugin-paginate-graphql": "^5.2.2",
Expand Down

0 comments on commit dca1248

Please sign in to comment.