From cbd3151fdad56771c46c5fd2913062ee87bcb9e7 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 15 Mar 2021 15:39:55 +1100 Subject: [PATCH] Correct npm syntax --- .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 3f2cf64309..7da7a93fce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: bahmutov/npm-install@v1 - name: build - run: npm build + run: npm run build - name: test - run: npm test + run: npm run test