Skip to content

Commit

Permalink
debug: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
feywind authored Sep 17, 2024
1 parent 5e180b7 commit ec55e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"benchwrapper": "node bin/benchwrapper.js",
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean",
"typeless": "pwd && npx typeless-sample-bot --outputpath samples --targets samples --recursive",
"posttypeless": "pwd && cd samples && npm i && cd .. && ls -l && ls -l node_modules/gts && cat package.json && npm run fix"
"typeless": "npx typeless-sample-bot --outputpath samples --targets samples --recursive",
"posttypeless": "cd samples && npm i && cd .. && npm run fix"
},
"dependencies": {
"@google-cloud/paginator": "^5.0.0",
Expand Down

0 comments on commit ec55e07

Please sign in to comment.