From b76491001cc36a5ba7e0da4a6b227ab8e88d261a Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sat, 12 Jul 2025 13:11:11 -0700 Subject: [PATCH] Remove touch --- .github/workflows/ci.yml | 3 +-- packages/skin-database/discord-bot/.gitignore | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42c7f543..28e61a06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,7 @@ jobs: run: ./scripts/validate-grats.sh - name: Run tests run: | - touch packages/skin-database/config.js - npx turbo test --no-cache -- --maxWorkers=2 + npx turbo test -- --maxWorkers=2 env: NODE_ENV: test - name: Cache build artifacts for release diff --git a/packages/skin-database/discord-bot/.gitignore b/packages/skin-database/discord-bot/.gitignore index 000abf2e..40b878db 100644 --- a/packages/skin-database/discord-bot/.gitignore +++ b/packages/skin-database/discord-bot/.gitignore @@ -1,2 +1 @@ -config.js node_modules/ \ No newline at end of file