From c53b3889ab37a5e08dd6e5d740479ee22f0a03dd Mon Sep 17 00:00:00 2001 From: Joel Keers Date: Tue, 28 Oct 2025 17:30:42 +0000 Subject: [PATCH] fix: actually run the build command --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7ab8d7ee..94aae7b2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,6 +20,6 @@ jobs: node-version: 24 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm build + - run: npm run build - run: npm test - run: npm publish