From 186b8db739f48726472d31d50ff15b312920650c Mon Sep 17 00:00:00 2001 From: luandro Date: Thu, 31 Oct 2024 16:54:42 -0300 Subject: [PATCH] chore: remove CI for tests for now --- .github/workflows/ci.yml | 7 +++++-- apps/whatsapp/package.json | 1 - packages/simulator/package.json | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44bd922..430106c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,8 @@ jobs: - name: Install dependencies run: bun install - - name: Run tests - run: bun run test + - name: Run builds + run: bun run build + + # - name: Run tests + # run: bun run test diff --git a/apps/whatsapp/package.json b/apps/whatsapp/package.json index 3c43478..baaf533 100644 --- a/apps/whatsapp/package.json +++ b/apps/whatsapp/package.json @@ -5,7 +5,6 @@ "scripts": { "dev": "bun run --watch .", "start": "bun run index.ts", - "build": "bun build index.ts --outdir ./dist", "lint": "biome lint", "clean": "git clean -xdf .next .turbo node_modules .wwebjs_*", "test": "bun test" diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 5a47a61..56ce422 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -3,7 +3,6 @@ "type": "module", "module": "index.ts", "scripts": { - "build": "bun build index.ts --outdir ./dist", "clean": "git clean -xdf .next .turbo node_modules .wwebjs_*", "dev": "bun --watch .", "lint": "biome lint",