From 35e8c25f960b2a7641f444e78272ccef9739f60d Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Fri, 1 Jul 2022 05:26:07 +0000 Subject: [PATCH] updates job script to latest --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1bbc7c4..547f53c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,5 +10,5 @@ jobs: - uses: actions/setup-node@v2 - run: npm ci - run: npm run build - - run: npm run lib:js + - run: npm run module:js - run: npm test