Skip to content

Commit

Permalink
bunx script
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnichase committed May 31, 2024
1 parent 7081d17 commit f14fc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/got-api-test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import { $, argv } from 'bun';

console.log('DIRNAME:', __dirname);
try {
await $`cd ${__dirname}; bun test --timeout 100000 ${argv[2]}`;
} catch (error) {
Expand Down
2 changes: 1 addition & 1 deletion packages/got-api-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gothub/got-api-test",
"version": "0.0.16",
"version": "0.0.17",
"type": "module",
"bin": {
"got-api-test": "index.ts"
Expand Down

0 comments on commit f14fc96

Please sign in to comment.