Skip to content

Commit

Permalink
parse
Browse files Browse the repository at this point in the history
  • Loading branch information
mangs committed Jul 19, 2024
1 parent a67d0b9 commit 6212f1c
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 @@ -38,7 +38,7 @@
"./time": "./src/timeUtils.mts"
},
"scripts": {
"diff": "bun --print \"const response = await fetch('https://api.github.com/repos/mangs/bun-utils/pulls/88/files', { headers: { Accept: 'application/vnd.github+json', Authorization: 'Bearer '+Bun.env.GITHUB_TOKEN }} ); const responseJson = await response.json(); responseJson.some(({filename, patch, status}) => filename === 'package.json' && status === 'modified' && patch.startsWith('@@ -3,'); responseJson\"",
"diff": "bun --print \"const response = await fetch('https://api.github.com/repos/mangs/bun-utils/pulls/88/files', { headers: { Accept: 'application/vnd.github+json', Authorization: 'Bearer '+Bun.env.GITHUB_TOKEN }} ); const responseJson = await response.json(); responseJson.some(({filename, patch, status}) => filename === 'package.json' && status === 'modified' && patch.startsWith('@@ -3,')); responseJson\"",
"audit:node-modules": "cd node_modules && du -sh -- * | sort -h",
"build:documentation": "typedoc --options ./config/typedoc/typedoc.json",
"check:environment": "bun --bun run --silent check:environment:symlinks && bun run --silent check:environment:versions",
Expand Down

0 comments on commit 6212f1c

Please sign in to comment.