From f14fc969a55c8b8bfd58e8c3371eb2140ca102f2 Mon Sep 17 00:00:00 2001 From: Vincenz Koop Date: Fri, 31 May 2024 19:21:31 +0200 Subject: [PATCH] bunx script --- packages/got-api-test/index.ts | 1 + packages/got-api-test/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/got-api-test/index.ts b/packages/got-api-test/index.ts index 319408c3..90f53a10 100644 --- a/packages/got-api-test/index.ts +++ b/packages/got-api-test/index.ts @@ -2,6 +2,7 @@ import { $, argv } from 'bun'; +console.log('DIRNAME:', __dirname); try { await $`cd ${__dirname}; bun test --timeout 100000 ${argv[2]}`; } catch (error) { diff --git a/packages/got-api-test/package.json b/packages/got-api-test/package.json index 451b0dd5..ecaca069 100644 --- a/packages/got-api-test/package.json +++ b/packages/got-api-test/package.json @@ -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"