diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index ed43e4a..902a50d 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -24,5 +24,5 @@ jobs: cache: 'npm' - run: npm ci - - run: npm test --if-present - - run: npm build --if-present + - run: npm run test --if-present + - run: npm run build --if-present