From f0c85ca348c43f42d6a9c278426dbb95b9e2d4a1 Mon Sep 17 00:00:00 2001 From: Davey van der Woert Date: Fri, 29 Dec 2023 13:10:55 -0600 Subject: [PATCH] fixes test script, i hope --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50c44682..35d7624d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,9 @@ jobs: cache: 'npm' - name: Setup repo run: npm ci - - name: Build all files to check types + - name: Build all files to check types (dev) + run: npm run build:dev + - name: Build all files to check types (prod) run: npm run build:prod - name: Generate bundle stats run: npm run build:stats