From 2ffe5172dc53f712f7b3ce81bee10d6b0944bcdf Mon Sep 17 00:00:00 2001 From: Alec Date: Fri, 25 Feb 2022 22:18:46 -0500 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e6e8e87..b9513b8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -30,6 +30,6 @@ jobs: - run: npm run build --if-present - run: npm run test:unit - run: npm run test:e2e - - run: npm run npx eslint client/ - - run: npm run npx eslint server/ - - run: npm run npx eslint spec/ + - run: npx eslint client/ + - run: npx eslint server/ + - run: npx eslint spec/