From 964d09956724a5beb6cd40ade929d1cfe0ee2fd2 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Tue, 16 Apr 2024 13:22:35 -0400 Subject: [PATCH] Update ci.yml to remove npm run build This prevents tests from catching bedrock yaml desync --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f84865299..3c3f62de4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,5 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install working-directory: tools/js - - run: npm run build - working-directory: tools/js - run: npm test working-directory: tools/js