From b4eeea9e45ceacb17048f9bdd1d386d91da5100d Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 25 Aug 2024 23:12:51 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7b27c6..8dcfd47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-node@v3 - name: Compile - run: npm build + run: npm run build publish: needs: [ compile ] @@ -32,7 +32,7 @@ jobs: run: npm install - name: Build - run: npm build + run: npm run build - name: Publish to npm run: |